I am getting the following from admob-v2 plugin in my device log when I call ads.load or ads.show for interstitial ads on my iOS device:
<Warning>: <Google:HTML> Google Mobile Ads SDK: You are currently using 6.8.0 of the SDK. A new version, 6.10.0, is available at http://goo.gl/Zc0BYt . Please consider updating your SDK to get the latest features and bug fixes
Also it doesn’t appear that ads.load is actually preloading an interstitial ad on my iOS device. I call ads.load at the beginning of the round, and ads.show at the end of the round but it still takes awhile for the interstitial to pop up. However, the same code works fine on my android device. It preloads the interstitial and immediately shows it when I call ads.show. Is there a bug in the iOS implementation?
I’ll try that and see what it returns. When I do call ads.show it will show an ad every time after a few seconds so I suspect that the fill rate is very high. I’ll post back with results.
(Using Version 2014.2393 (2014.8.5), on a mac. Testing on iPhone 4 with iOS 6)
I have the same problem. I can’t tell if ads.load isn’t working, or if ads.isLoaded isn’t working. Maybe both.
If I go straight to ads.show without checking with ads.isLoaded, it loads an ad. The moment I bracket the ads.show in an
ads.isLoaded check, the ad doesn’t show. (ads.isLoaded is false when I look).
I’ve tried with testing = true and =false, double checked the build settings, etc. And since the ad loads nearly every time without trying to pre-load them… I’m guessing ads.load is broken (is not caching an ad) for IOS.
Back when I wrote the tutorial on AdMob V2, I took the sample app for Admob on our github repository and changed it to try all of the code presented in the tutorial and it behaved correctly.
Can you post some code that demonstrates the problem?
I’ll try that and see what it returns. When I do call ads.show it will show an ad every time after a few seconds so I suspect that the fill rate is very high. I’ll post back with results.
(Using Version 2014.2393 (2014.8.5), on a mac. Testing on iPhone 4 with iOS 6)
I have the same problem. I can’t tell if ads.load isn’t working, or if ads.isLoaded isn’t working. Maybe both.
If I go straight to ads.show without checking with ads.isLoaded, it loads an ad. The moment I bracket the ads.show in an
ads.isLoaded check, the ad doesn’t show. (ads.isLoaded is false when I look).
I’ve tried with testing = true and =false, double checked the build settings, etc. And since the ad loads nearly every time without trying to pre-load them… I’m guessing ads.load is broken (is not caching an ad) for IOS.
Back when I wrote the tutorial on AdMob V2, I took the sample app for Admob on our github repository and changed it to try all of the code presented in the tutorial and it behaved correctly.
Can you post some code that demonstrates the problem?