Quantcast
Channel: Questions in topic: "ads"
Viewing all articles
Browse latest Browse all 1416

Unity ads not working in APK, but works in Editor

$
0
0
My unity ads services are not working in my APK, but it works in my editor. I have my ads disabled in the services tab, but the unity ads asset imported. My ads initialize correctly and play in the editor with this code: Advertisement.Initialize("gameID", false); and then if (Advertisement.IsReady()) { playAd(); } and then void playAd() { adCounter = 0; Debug.Log("AD"); Advertisement.Initialize("gameId", true); Advertisement.Show(); } Is this a config issue? Is my code wrong? Thanks.

Viewing all articles
Browse latest Browse all 1416

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>