- 激励广告和tabBar层级错误
复现路径:先调用 wx.hideTabBar 隐藏 tabBar,展示激励广告的同时调用 wx.showTabBar,此时 tabBar 层级在激励广告上。 预期:激励广告层级应该比 tabBar 高。 https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/ad/rewarded-video-ad.html [图片]
07-31 - 投放链接错误
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/videoplayer.html “plugin-private://wx94a6522b1d640c3b/pages/playlet/playlet?dramaId={dramaId}&srcAppid={srcAppid}&extParam={extParam} 其中{dramaId}表示剧集id,{srcAppid}提审方appid,请替换成对应的参数,{extParam}是分享参数,具体见分享章节介绍“ 实际上会找不到页面,正确应为 __plugin__/wx94a6522b1d640c3b/pages/playlet/playlet :)
07-21 - 短剧播放器投放路径在IDE中找不到路径?
根据短剧播放器文档,可以通过下面的路径跳转到播放器 plugin-private://wx94a6522b1d640c3b/pages/playlet/playlet?dramaId={dramaId}&srcAppid={srcAppid}&extParam={extParam} 其中{dramaId}表示剧集id,{srcAppid}提审方appid,请替换成对应的参数,{extParam}是分享参数 实际在IDE,设置编译模式,提示路径不存在 [图片][图片] 通过后台生成二维码能在真机打开,IDE同样打不开,找不到路径。
06-30 - 请问短剧免开发接入的激励广告如何修改广告展示时间?
[图片]
04-24 - 短剧通过激励解锁10分钟以后,如何恢复上锁?
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/videoplayer.html 使用免开发接入的激励广告。
04-15 - 接入短剧播放器插件,还能自主通过 wx.createRewardedVideoAd 创建激励广告吗?
不使用短剧免开发广告,能使用 wx.createRewardedVideoAd 创建激励广告吗?
03-24