cordova-plugin-admob-free
cordova-plugin-admob-free copied to clipboard
admob is not defined
I have an "admob is not defined"
I'm using Cordova CLI 9.0.1 and testing this on my phisical device
-
this is my config.xml
-
this my my JS (called on DeviceReady) function initAd() { admob.banner.config({ id: "ca-app-pub-4719874578519183/8005036153", isTesting: true })
// Create banner admob.banner.prepare(); // Show the banner admob.banner.show(); // Hide the banner //admob.banner.hide() // Remove the banner //admob.banner.remove() }
Can you help me?
Check if you have call to cordova.js on your HTML file
How you added in config.xml. ?