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

Error: exec proxy not found for :: AdMob :: showAd #464

Open
dinesh-tawar opened this issue Dec 7, 2020 · 0 comments
Open

Error: exec proxy not found for :: AdMob :: showAd #464

dinesh-tawar opened this issue Dec 7, 2020 · 0 comments

Comments

@dinesh-tawar
Copy link

I am getting below error for cordova-plugin-admob-free in ionic application
Error: exec proxy not found for :: AdMob :: showAd
tab1.page.ts:34 PROBLEM LOADING BANNER: Missing Command Error

I did further investigation, In cordova.js, the internal map of proxy function var CommandProxyMap = {};
does not have an entry of 'AdMob' because this proxy object is null and throws the above error.
get: function (service, action) {
return (CommandProxyMap[service] ? CommandProxyMap[service][action] : null);
}

I will appreciate any help on this.
Thanks!

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

1 participant