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

Home Page:https://github.com/admob-plus/admob-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admob shows on emulator but not in published devices.

AlvinStefanus opened this issue · comments

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

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