Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

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

Open
AlvinStefanus opened this issue Jan 29, 2021 · 1 comment
Open

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

AlvinStefanus opened this issue Jan 29, 2021 · 1 comment

Comments

@AlvinStefanus
Copy link

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants