File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Objective-C/admob/AppOpenExample/AppOpenExample
Swift/admob/AppOpenExample/AppOpenExample Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ - (void)loadAd {
7878 }
7979 _isLoadingAd = YES ;
8080 NSLog (@" Start loading app open ad." );
81- [GADAppOpenAd loadWithAdUnitID: @" ca-app-pub-3940256099942544/5662855259 "
81+ [GADAppOpenAd loadWithAdUnitID: @" ca-app-pub-3940256099942544/5575463023 "
8282 request: [GADRequest request ]
8383 orientation: UIInterfaceOrientationPortrait
8484 completionHandler: ^(GADAppOpenAd * _Nullable appOpenAd, NSError * _Nullable error) {
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class AppOpenAdManager: NSObject {
6767 isLoadingAd = true
6868 print ( " Start loading app open ad. " )
6969 GADAppOpenAd . load (
70- withAdUnitID: " ca-app-pub-3940256099942544/5662855259 " ,
70+ withAdUnitID: " ca-app-pub-3940256099942544/5575463023 " ,
7171 request: GADRequest ( ) ,
7272 orientation: UIInterfaceOrientation . portrait
7373 ) { ad, error in
You can’t perform that action at this time.
0 commit comments