在页面onload 时初始化好了广告组件,在页面onshow的时候调用广告组件的 show 方法,没有捕抓到异常,但是广告未显示出来。
appid: wxb9887b84b1f6c4d7
代码截图:
运行日志截图:
plugInUnitAd.show().then(res => {
console.log("插屏广告 then:", res);
}).catch(err => {
console.error("plugInUnitAd show err:", err);
});
没出现异常,但是广告并没有显示出来
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
https://developers.weixin.qq.com/s/IYL1Kbma7x9G
ios提前关闭广告报错
https://developers.weixin.qq.com/community/develop/doc/000e6402d64f00557ab8bacb85b000同一问题?
不算吧,ios 提前关闭广告报 updateVedioPlayer:fail invalid vedioPlayerId 错。这个是直接广告就没显示出来,也没报错
监听一下show方法的异常情况,具体可参考:
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/ad/interstitialAd-ad.html
https://developers.weixin.qq.com/miniprogram/dev/api/ad/InterstitialAd.show.html
已经监听了啊,但是没有报错