简体   繁体   中英

AdMob ad is received but it won't display

I'm adding AdMob ads to my app. The test ad works fine in the emulator, but when I test it on a phone it doesn't display. Looking at LogCat, it says it received the ad, and it doesn't say that the space allotted is too small to hold the ad (I checked and it would tell me if that happened), but the test ad does not appear. I can't find any reason that the test ad would be successfully received and have enough space yet not be displayed, so I'm fairly stumped.

AdMob doesn't always show an AD. The number of ads shown depend on how many requests you application make.

Few requests = few probability to see the banner.

Then if you doesn't receive any error and your logcat says that the ad is received correctly, then probably it is ok.

On my application installed on ~2000 devices the AD appears very rarely.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM