icenium

Getting Blank Black adMob ad in Cordova using Admob Plugin

天大地大妈咪最大 提交于 2019-12-25 02:18:08
问题 I am using this admob cordova plugin. I've installed the plugin in Icenium and put the javascript code in the body: document.addEventListener('deviceready', function () { if (window.plugins && window.plugins.AdMob) { var admob_ios_key = 'xxxxxxxxxxxxxxx'; var admob_android_key = 'xxxxxxxxxxxxxxx'; var adId = (navigator.userAgent.indexOf('Android') >= 0) ? admob_android_key : admob_ios_key; var am = window.plugins.AdMob; am.createBannerView( { 'publisherId': adId, 'adSize': am.AD_SIZE.BANNER,