geekyguy18

Results 3 comments of geekyguy18

Sometimes this happens because of newly created adspace in AdMob. Once adspace starts severing ads after 2-3 hours then it should start working, check with AdMob test ids.

Try this: ``` var admobid = { banner: 'YOUR BANNER ID', interstitial: 'YOUR INTERSTITIAL ID', } document.addEventListener('deviceready', function() { admob.banner.config({ id: admobid.banner, isTesting: false, autoShow: true, }) admob.banner.prepare() admob.interstitial.config({ id:...

Please someone make this possible.