I am using Amazon Mobile Ads interstitial. I do have AdRegistration.enableTesting(true);
and this.interstitialAd.loadAd();
. But when App should show Interstitial Ad, in LogCat i get:
07-21 11:21:51.653: W/AmazonMobileAds InterstitialAd(13446): The interstitial ad cannot be shown because it has not loaded successfully. Please call loadAd(AdTargetingOptions) to load an ad first.
P.S. When I made it it was working. Two days later when I started the app again, it started showing this warrning.
Read the docs, they tell you how to add
and you can set the geolocaction tracker (optional)