ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova
https://github.com/admob-plus/admob-plus
MIT License
498 stars 214 forks source link

Works fine with DEVAPP testing, does not works when installing .apk on a real device #342

Closed satyam-dev closed 5 years ago

satyam-dev commented 5 years ago

I am trying to use this plugin. Everything seems to work fine when using the devsapp for testing. But when building apk and installing it on device, it does not shows the ads.

Winamp9 commented 5 years ago

happened?

satyam-dev commented 5 years ago

Resolved! I don't get it why DEVAPP shows the the real ads when one can only show test ads on a real device before publishing the app. I wasted around 1 complete week just trying to figure out whats wrong with my implementation because I was seeing real ads on DEVAPP and no ads at all on my real device.

MAKE A NOTE ANYONE READING THIS THREAD One can only show TEST ADS before publishing an app. BUT anyway DEVAPP shows the real ads.

So, isTesting: true AND commenting out the id: <your ad id> will only show the ads on a REAL DEVICE.