收藏
回答

激励广告api,调用show提示错误you can only invoke show()?

            rewardVideoAd.load().then(() => {
            rewardVideoAd.show().catch(error=>{
              log.error("showTaskAd rewardVideoAd error:"+JSON.stringify(error));
            })
   })
#错误提示
1.showTaskAd rewardVideoAd error:{"errMsg":"you can only invoke show() on the page where rewardedVideoAd is created"} 
这个rewardVideoAd实例就是在当前js文件中创建的
2.这个有些用户会提示这个错误,不是所有人会显示这个错误信息
回答关注问题邀请回答
收藏

1 个回答

  • eagle
    eagle
    01-02

    我也碰到了这个问题。

    01-02
    有用
    回复
登录 后发表内容