私は以下のコードを書きます:
document.addEventListener('deviceready', function() {
HeyzapAds.start("HeyzapKey").then(function() {
// Native call successful.
// Start fetching ads
HeyzapAds.InterstitialAd.show().then(function() {
}, function(error) {
// Handle Error
});
return HeyzapAds.showMediationTestSuite();
}, function(error) {
// Handle Error
});
}, false);
次に、次のページを参照してください:
showMediationTestSuite
次に、Heyzap に移動して、問題があります:
didFailToReceiveAd with tag 'default'
問題がコードまたは Heyzap アカウント設定にありませんか?