AdMob won\'t show in my app. Every time I invoke loadAd(..)
I get the following errors:
Requesting resource 0x7f0b000e failed because it
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.