Android: AdMob not working

前端 未结 7 1886
甜味超标
甜味超标 2021-01-17 17:38

AdMob won\'t show in my app. Every time I invoke loadAd(..) I get the following errors:

Requesting resource 0x7f0b000e failed because it

7条回答
  •  时光取名叫无心
    2021-01-17 18:15

    Just adding this in case someone else has the same problem as mine.

    I tried using a new Ads Unit ID and that didn't work as well. In the end, the issue was because I was trying to fix an app that got suspended from Google Play and Admob had also actually stopped serving ads to applications with the specific package name / bundle ID.

    Changing the package name of the application solved the issue for me.

提交回复
热议问题