onInterstitialAdLoadFailed triggered each time in live mode · Issue #7 · Dexus-Forks/cordova-plugin-ironSource · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to work with you plugin to show ads in test mode however in live mode I always get onInterstitialAdLoadFailed error. Is there something I'm doing wrong?
Here is what I do:
var isAds = new IronSourceAds("6df39d15", "some_unique_userid");
window.addEventListener("onInterstitialAdReady", function () {
isAds.showInterstitial();
});
window.addEventListener("onInterstitialAdLoadFailed", function (e) {
console.warn('unable to load interstitial', e) //this gets always triggered
innerCallback();
});
isAds.loadInterstitial();
window.addEventListener("onInterstitialAdShowSucceeded", innerCallback);
window.addEventListener("onInterstitialAdShowFailed", innerCallback);
Each time I get
errorCode:510
errorMessage:"Load failed - Interstitial Load Fail, SupersonicAds - Failed to load interstitial ad"
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I managed to work with you plugin to show ads in test mode however in live mode I always get onInterstitialAdLoadFailed error. Is there something I'm doing wrong?
Here is what I do:
Each time I get
errorCode:510
errorMessage:"Load failed - Interstitial Load Fail, SupersonicAds - Failed to load interstitial ad"
The text was updated successfully, but these errors were encountered: