I published my app on google play and apple store .
I have a problem on android , the admod ads not displayed on android .
I get error core : 3 and error message : No fill.
the same code working perfectly on iOS .
on my admob account I have more than 300 requests . but zero impressions
this is the error message
document.addEventListener(‘onAdFailLoad’, function (data) {
console.log('onAdFailLoad: ’ + JSON.stringify(data));
});
onAdFailLoad:
{“isTrusted”:false,“adNetwork”:“AdMob”,“adType”:“banner”,“adEvent”:“onAdFailLoad”,“error”:3,“reason”:“No fill”}
onAdFailLoad: {“isTrusted”:false,“adNetwork”:“AdMob”,“adType”:“interstitial”,“adEvent”:“onAdFailLoad”,“error”:3,“reason”:“No fill”}