PGee Peng

Results 5 comments of PGee Peng

Can you provide more information? For example, what exceptions are shown in the browser developer tools?

If you are only calling relevant methods within the business scenario, you just need to add them to the business code. If it requires platform audit verification, inject similar global...

It's fixed. [1.3.10](https://github.com/ppgee/cocos-pnp/releases/tag/playable-ads-adapter-1.3.10)

可以在全局定义一个变量,比如 `window.advChannels = '{{__adv_channels_adapter__}}'` 转换成指定平台后,比如Facebook,则会 `window.advChannels = 'Facebook'` 最新1.3.10修复替换失效问题

修改了playable-adapter-core后有进行构建吗,需要构建完playable-adapter-core后再构建playable-ads-adapter