报错截图或相关BUG
login,createRewardedVideoAd,createBannerAd都成功了。
运行过createInterstitialAd以后,interstitialAd由null变成了undefined。
代码片段我不会创建,我就粘在下面的复现步骤上了
复现步骤
- 第1步...
- createInterstitialAd(){
BYTE.interstitialAd = tt.createInterstitialAd({
adUnitId : BYTE.interstitial_id,
});
BYTE.interstitialAd.onError(function(res){
console.log("create video ad fail error code :" + res.errCode + "error msg :" + res.errMsg);
BYTE.interstitialAd.offError();
})
},
- 第2步...
- ...
