Hi,
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?
Please advise!