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

Problem with unity ads

$
0
0
Hi all, I am having a problem with unity ads. When i call for an ad, a add is prompted but it's not a real app just an add for unity. pic of the ad: https://drive.google.com/open?id=0B7JcBeBehMJ-R1F1eWVHWW9adWtPeXRFTHRNQ1NjQVN6YTJj code: function OnCollisionEnter2D(myCol : Collision2D) { if(myCol.gameObject.tag == "cube" && lives == 0) { ShowAd(); } } function ShowAd() { if (!Advertisement.IsReady()) { return; } Advertisement.Show(); }

Viewing all articles
Browse latest Browse all 1416

Trending Articles



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