0
我寫下面的代碼:Phonegap上的Heyzap廣告。不要取與標籤「默認」視頻
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帳戶首選項?
我有一個啓動,但在我鬆開我的進展後:)我有同樣的錯誤,但我的應用程序聲稱。也許你有Skype/Fb /或其他信使?我上週在支持中寫道,但我只是自動回答。 –