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
499 stars 214 forks source link

Admob shows on emulator but not in published devices. #470

Open AlvinStefanus opened 3 years ago

AlvinStefanus commented 3 years ago

My admob works on emulator it shows: Untitled

But when I published my apps into app store. It does not even show anything. Not even a blank banner.

I have followed all the config and instruction:

` admob.banner.config({ id: admobid.banner, isTesting: false, bannerAtTop: true, autoShow: true }) admob.banner.prepare().then(() => { scope.showAdmobBanner = true; });

`

Please help

yancorrea1995 commented 3 years ago

Hi! Same problem here. It works on iOS emulator with test ads but not in real devices.