I’m building an Android app. I’m trying to use Admob, but I have some problems with it. I followed the guide on their sites, and looked for answers in the web, but couldn’t find an answer.
My problem is that I can’t see any ads.
In the log I see the following –
04-22 16:47:06.660: INFO/Ads(28251):
onFailedToReceiveAd(No ad to show.)
I see this message both in test mode in and regular mode.
I can see test ads in the emulator though.
Thanks!
If there is no Ad to show, there is no ad to show. this doesn’t mean it isn’t working. AdMob does not always show ads, there has to be something available. if it is working on the emulator, you have successfully implemented AdMob into your application.