You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2021. It is now read-only.
My admob works on emulator it shows:
![Untitled](https://user-images.githubusercontent.com/8480565/106240938-bd162300-6237-11eb-830d-cdba7ce59932.png)
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
The text was updated successfully, but these errors were encountered: