--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/cfcbc8fe-646e-46b2-a218-7fe875caf7e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
- (void)createAndLoadInterstitial
{
self.interstitial =
[[GADInterstitial alloc] initWithAdUnitID:@"ca-app-pub-3940256099942544/5135589807"];
GADRequest *request = [GADRequest request];
// Request test ads on devices you specify. Your test device ID is printed to the console when
// an ad request is made.
self.interstitial.delegate = self;
request.testDevices = @[ kGADSimulatorID, @"f968350c5753f0cf68b616c500bf6cbf" ];
[self.interstitial loadRequest:request];
}
2018-07-23 17:14:01.961997+0500 InterstitialExample[614:121584] [DYMTLInitPlatform] platform initialization successful
2018-07-23 17:14:02.133910+0500 InterstitialExample[614:121461] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
2018-07-23 17:14:02.134929+0500 InterstitialExample[614:121461] [MC] Reading from public effective user settings.
2018-07-23 17:14:02.715774+0500 InterstitialExample[614:121574] Could not successfully update network info during initialization.
2018-07-23 17:14:03.254172+0500 InterstitialExample[614:121605] WF: === Starting WebFilter logging for process InterstitialExample
2018-07-23 17:14:03.254269+0500 InterstitialExample[614:121605] WF: _userSettingsForUser mobile: {
filterBlacklist = (
);
filterWhitelist = (
);
restrictWeb = 1;
useContentFilter = 0;
useContentFilterOverrides = 0;
whitelistEnabled = 0;
}
2018-07-23 17:14:03.255085+0500 InterstitialExample[614:121605] WF: _WebFilterIsActive returning: NO
2018-07-23 17:14:03.559398+0500 InterstitialExample[614:121620] <Google:HTML> You are currently using version 7.24.0 of the SDK. Please consider updating your SDK to the most recent SDK version to get the latest features and bug fixes. The latest SDK can be downloaded from https://goo.gl/UoiJ8F. A full list of release notes is available at https://developers.google.com/admob/ios/rel-notes.
2018-07-23 17:14:07.097338+0500 InterstitialExample[614:121461] interstitialDidReceiveAd
2018-07-23 17:14:09.829314+0500 InterstitialExample[614:121461] interstitialWillPresentScreen
2018-07-23 17:14:09.864797+0500 InterstitialExample[614:121574] Metal GPU Frame Capture Enabled
2018-07-23 17:14:09.875515+0500 InterstitialExample[614:121574] Metal API Validation Enabled
2018-07-23 17:14:10.108528+0500 InterstitialExample[614:121605] WF: _userSettingsForUser mobile: {
filterBlacklist = (
);
filterWhitelist = (
);
restrictWeb = 1;
useContentFilter = 0;
useContentFilterOverrides = 0;
whitelistEnabled = 0;
}
2018-07-23 17:14:10.108666+0500 InterstitialExample[614:121605] WF: _WebFilterIsActive returning: NO
2018-07-23 17:14:13.570255+0500 InterstitialExample[614:121461] interstitialWillDismissScreen
2018-07-23 17:14:14.114715+0500 InterstitialExample[614:121461] interstitialDidDismissScreen
2018-07-23 17:15:00.027534+0500 InterstitialExample[614:121461] Status bar could not find cached time string image. Rendering in-process.
2018-07-23 17:21:00.005134+0500 InterstitialExample[614:121461] Status bar could not find cached time string image. Rendering in-process.
Model Identifier : iPad4,1 (iPad Air)
Serial Number : DMPLWL1CFK14
iOS : 11.3
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/b58c4247-1d19-4c7a-800d-88f29e0584e0%40googlegroups.com.
2018-07-26 13:41:06.573945+0500 InterstitialExample[389:51792] [DYMTLInitPlatform] platform initialization successful
2018-07-26 13:41:06.909524+0500 InterstitialExample[389:51539] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
2018-07-26 13:41:06.912275+0500 InterstitialExample[389:51539] [MC] Reading from public effective user settings.
2018-07-26 13:41:07.259762+0500 InterstitialExample[389:51812] Could not successfully update network info during initialization.
2018-07-26 13:41:12.460558+0500 InterstitialExample[389:51830] WF: === Starting WebFilter logging for process InterstitialExample
2018-07-26 13:41:12.461300+0500 InterstitialExample[389:51830] WF: _userSettingsForUser mobile: {
filterBlacklist = (
);
filterWhitelist = (
);
restrictWeb = 1;
useContentFilter = 0;
useContentFilterOverrides = 0;
whitelistEnabled = 0;
}
2018-07-26 13:41:12.463479+0500 InterstitialExample[389:51830] WF: _WebFilterIsActive returning: NO
2018-07-26 13:41:14.342981+0500 InterstitialExample[389:51539] Ad wasn't ready
2018-07-26 13:41:20.607156+0500 InterstitialExample[389:51812] <Google:HTML> You are currently using version 7.24.0 of the SDK. Please consider updating your SDK to the most recent SDK version to get the latest features and bug fixes. The latest SDK can be downloaded from https://goo.gl/UoiJ8F. A full list of release notes is available at https://developers.google.com/admob/ios/rel-notes.
2018-07-26 13:41:24.110574+0500 InterstitialExample[389:51539] Ad wasn't ready
2018-07-26 13:41:24.745185+0500 InterstitialExample[389:51994] <Google:HTML> You are currently using version 7.24.0 of the SDK. Please consider updating your SDK to the most recent SDK version to get the latest features and bug fixes. The latest SDK can be downloaded from https://goo.gl/UoiJ8F. A full list of release notes is available at https://developers.google.com/admob/ios/rel-notes.
2018-07-26 13:41:28.565923+0500 InterstitialExample[389:51539] GADInterstitialDelegate -- interstitialDidReceiveAd
2018-07-26 13:41:30.945138+0500 InterstitialExample[389:51539] GADInterstitialDelegate -- interstitialWillPresentScreen
2018-07-26 13:41:30.985851+0500 InterstitialExample[389:51783] Metal GPU Frame Capture Enabled
2018-07-26 13:41:31.001495+0500 InterstitialExample[389:51783] Metal API Validation Enabled
2018-07-26 13:41:31.526172+0500 InterstitialExample[389:51830] WF: _userSettingsForUser mobile: {
filterBlacklist = (
);
filterWhitelist = (
);
restrictWeb = 1;
useContentFilter = 0;
useContentFilterOverrides = 0;
whitelistEnabled = 0;
}
2018-07-26 13:41:31.526377+0500 InterstitialExample[389:51830] WF: _WebFilterIsActive returning: NO
2018-07-26 13:41:36.345051+0500 InterstitialExample[389:51539] GADInterstitialDelegate -- interstitialWillDismissScreen
2018-07-26 13:41:36.873484+0500 InterstitialExample[389:51539] GADInterstitialDelegate -- interstitialDidDismissScreen
2018-07-26 13:41:40.818834+0500 InterstitialExample[389:51539] GADInterstitialDelegate -- interstitialDidReceiveAd
2018-07-26 13:41:47.500382+0500 InterstitialExample[389:51539] GADInterstitialDelegate -- interstitialWillPresentScreen
2018-07-26 13:41:50.229772+0500 InterstitialExample[389:51539] GADInterstitialDelegate -- interstitialWillDismissScreen
2018-07-26 13:41:50.752995+0500 InterstitialExample[389:51539] GADInterstitialDelegate -- interstitialDidDismissScreen
2018-07-26 13:41:50.835341+0500 InterstitialExample[389:52029] <Google:HTML> You are currently using version 7.24.0 of the SDK. Please consider updating your SDK to the most recent SDK version to get the latest features and bug fixes. The latest SDK can be downloaded from https://goo.gl/UoiJ8F. A full list of release notes is available at https://developers.google.com/admob/ios/rel-notes.
The issue we are facing is unable to get any "Interstitial Video Ad". It is displaying "Interstitial Image Ad" but not "Interstitial Video Ad".
Can you specify for which location you want to enable SSL Proxy.
Hi Deepika,Yes, we are testing sample app with iPad Air (11.3).
Can you specify for which location you want to enable SSL Proxy.
Yes, we created an interstitial video Ad unit Id in our AdMob account. We are still facing issue.RegardsJadoo Team
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/daee6a88-f3bc-4b54-aaaf-02f68acaf3a6%40googlegroups.com.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/027a5b61-c0d0-4c5d-a991-c30406fecc17%40googlegroups.com.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/14b728bf-3c2c-48cf-98c6-4a42c717162e%40googlegroups.com.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/779cc5d7-e802-4390-b8bd-187e0b450292%40googlegroups.com.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/7101b27f-8187-49c6-a131-724d9a951ec9%40googlegroups.com.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/b2041c6f-70ab-4724-ad34-3804b7176ec8%40googlegroups.com.