Search Unity

Unity Video Ads Stopped working

Discussion in 'Unity Ads & User Acquisition' started by mailyokesh, Jun 10, 2015.

  1. mailyokesh

    mailyokesh

    Joined:
    May 30, 2015
    Posts:
    2
    Unity Video ads for my ios game was working till now and suddenly stopped working. I am trying to use both defaultZone as well as rewardZone both are not working. I am initializing the Ad as well showing using the following piece of code. Any help is appreciated.

    #ifUNITY_IOS
    Advertisement.Initialize("");
    #elifUNITY_ANDROID
    Advertisement.Initialize("");
    #endif

    if (Advertisement.isReady() && Advertisement.isSupported)
    {
    Advertisement.Show ( zoneID, newShowOptions {
    pause = true,
    resultCallback = result => {

    }
    });