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

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

@AlvinStefanus

Description

@AlvinStefanus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions