Game Development Stack Exchange is a question and answer site for professional and independent game developers. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I am implementing Unity Ads in my game and for some reason I have the test ads showing up in my production version of my app. I have the advertisements initialized with test ads turned off and I have even gone into my settings on the Unity Ads admin and set it to force test ads to be off. I'm not sure what else to do here.

Here is how I am initializing:

Advertisement.Initialize("myID", false);
share|improve this question

First make sure you have correctly entered your App Details on Unity Ads Dashboard after throwing it live on store.

Second, make sure you must not enabled test ads via Unity Ads Dashboard Settings.

Have a look,

Unity Ads Dashboard App Settings

share|improve this answer
    
Thank you but I have already done all of this. Test ads have been turned off just as you have shown with no luck. I am working with unity ads support now to see what the issue is. – saboehnke Sep 8 '16 at 19:25

Make sure that you have not registered your device as a test device!

share|improve this answer
    
Thanks but I don't have any devices registered as a test device. – saboehnke Sep 8 '16 at 1:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.