Answer the question
In order to leave comments, you need to log in
Why is the unity ad shown and not another one?
Only the unity ad is always displayed in place of the desired ad.
I set everything up as it should, the ad in my code looks like this (after the end of the level)
public void ShowAds(){
if(Advertisement.IsReady("UnityAdvAfterEndLevel")){
Advertisement.Show("UnityAdvAfterEndLevel");
}
}
Answer the question
In order to leave comments, you need to log in
Test mode turned off? In the same place, in the Unity Dashboard
Check if your device is listed as a test device in the Unity Dashboard
Here is from the Unity forum:
I forgot to uncheck the "Ad Test Mode". I've deployed a game onto the google play store and then I've unchecked the check box of "Ad Test Mode". My unity developer said this check box connected to their server so don't worry ad will start working after 1 or 2 days.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question