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

I am using admob with unity. But the ads are not getting loaded. My script is bellow.. Am i missing something? Or i have to do something else?

$
0
0
float time; private InterstitialAd interstitialAd; // Use this for initialization void Start () { interstitialAd = new InterstitialAd("xxxxxx"); LoadAd(); time = Time.time + 30; } void LoadAd() { interstitialAd.LoadAd(new AdRequest.Builder().Build()); } private void Update() { if(time

Viewing all articles
Browse latest Browse all 1416

Trending Articles



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