8000 onInterstitialAdLoadFailed triggered each time in live mode · Issue #7 · Dexus-Forks/cordova-plugin-ironSource · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

onInterstitialAdLoadFailed triggered each time in live mode #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tscislo opened this issue Feb 28, 2018 · 0 comments
Open

onInterstitialAdLoadFailed triggered each time in live mode #7

tscislo opened this issue Feb 28, 2018 · 0 comments

Comments

@tscislo
Copy link
tscislo commented Feb 28, 2018

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0