Search Unity

UnityAds won't show anymore after 2 ads

Discussion in 'Unity Ads & User Acquisition' started by Mercurial, Aug 16, 2015.

  1. Mercurial

    Mercurial

    Joined:
    Aug 7, 2014
    Posts:
    2
    voidOnGUI() {
    if(GUI.Button(newRect(10, 10, 150, 50), Advertisement.IsReady() ? "Show Ad" : "Waiting...")) {
    Advertisement.Show(null, newShowOptions {
    resultCallback = result => {
    Debug.Log(result.ToString());
    }
    });
    }

    if(GUI.Button(newRect(220, 10, 150, 50), "Get") ){
    Advertisement.Initialize ("62635");
    }
    }

    Android device can not show after 2ads
     
  2. Marceta

    Marceta

    Joined:
    Aug 5, 2013
    Posts:
    177
    Probably there is no more available ads for user since watching same ads is not possible. In some country's there is no much campaigns.