Changes for admob

This commit is contained in:
2026-01-30 22:55:11 +01:00
parent b03d35194f
commit f5b13ec924
10 changed files with 35 additions and 7 deletions
BIN
View File
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -15,11 +15,11 @@ class AdMobService: ObservableObject {
// MARK: - Ad Unit IDs
// Test Ad Unit IDs - Replace with production IDs before release
// Ad Unit IDs
#if DEBUG
static let bannerAdUnitID = "ca-app-pub-3940256099942544/2934735716"
static let bannerAdUnitID = "ca-app-pub-3940256099942544/2934735716" // Test ad unit for development
#else
static let bannerAdUnitID = "ca-app-pub-XXXXXXXXXXXXXXXX/YYYYYYYYYY" // Replace with your Ad Unit ID
static let bannerAdUnitID = "ca-app-pub-1549720748100858/3342431241" // Production ad unit
#endif
// MARK: - Initialization