You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use window.advChannels = "{{adv_channels_adapter}}"; to distinguish advertising networks, but after building, window.advChannels = "{{adv_channels_adapter}}"; returns "undefined".
My code:
window.advChannels = "{{adv_channels_adapter}}";
console.log("Current ads chanel window.advChannels "+ window.advChannels);
Result: Current ads chanel window.advChannels undefined (IS,Unity,Mintegral)
I tried the below versions but no fix:
1.3.4 to 1.3.9
Cocos Creator: 3.8.2
The text was updated successfully, but these errors were encountered:
I use window.advChannels = "{{adv_channels_adapter}}"; to distinguish advertising networks, but after building, window.advChannels = "{{adv_channels_adapter}}"; returns "undefined".
My code:
window.advChannels = "{{adv_channels_adapter}}";
console.log("Current ads chanel window.advChannels "+ window.advChannels);
Result: Current ads chanel window.advChannels undefined (IS,Unity,Mintegral)
I tried the below versions but no fix:
1.3.4 to 1.3.9
Cocos Creator: 3.8.2
The text was updated successfully, but these errors were encountered: