Skip to content

Commit a9025b4

Browse files
committed
Fixes to App open event
1 parent 47b9ed4 commit a9025b4

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

-1.66 KB
Binary file not shown.
-256 Bytes
Binary file not shown.

src/ios/Plugin/AdMobPlugin.mm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ + (NSString *)getJSONStringForAdValue:(GADAdValue *)adValue ad:(NSObject *)ad;
366366
return 0;
367367
}
368368

369-
NSLog(@"%s: %s (SDK: %@)", PLUGIN_NAME, PLUGIN_VERSION, @"11.8.0");
369+
NSLog(@"%s: %s (SDK: %@)", PLUGIN_NAME, PLUGIN_VERSION, @"13.4.0");
370370
admobObjects[TESTMODE_KEY] = @(testMode);
371371

372372
[GADMobileAds.sharedInstance disableSDKCrashReporting];
@@ -762,7 +762,6 @@ + (NSString *)getJSONStringForAdValue:(GADAdValue *)adValue ad:(NSObject *)ad;
762762
admobObjects[@(adUnitId)] = adInstance;
763763
[GADAppOpenAd loadWithAdUnitID:@(adUnitId)
764764
request:[GADRequest request]
765-
orientation:UIInterfaceOrientationPortrait
766765
completionHandler:^(GADAppOpenAd *_Nullable appOpenAd, NSError *_Nullable error) {
767766
if (error) {
768767
NSDictionary *coronaEvent = @{

0 commit comments

Comments
 (0)