Changes for admob
This commit is contained in:
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user