unity ads always showing test mode
I import unity ads in to my game. now , my game can run ,and can show ads video,but always show the unity test ads, I haven't open the test mode,so I don't know what is the problem
this is the code:
  //on awake fun , init ads 
 Advertisement.Initialize (game_id , false); 
 Advertisement.allowPrecache = true; 
 
 
 //on update fun 
 if(Advertisement.IsReady() && freebtn.interactable == false && videotime > 600) { 
             freebtn.interactable = true; 
 } 
 
  
 //show ads fun
 Advertisement.Show(null, new ShowOptions { 
             resultCallback = result => { 
                PlayVideoSuccess(result );//call back
             } 
 }); 
this is web set 

 
                 
                cw27x4clpe.png 
                (6.2 kB) 
               
 
                
                 
                otp0cw.png 
                (5.6 kB) 
               
 
              
               Comment
              
 
               
              Your answer
 
 
             Follow this Question
Related Questions
Inizialize Unity ads 0 Answers
Unity ADS doubts 0 Answers
When in my dashboard I can see earnings from ads 0 Answers
Problem with unity adds. 0 Answers
Game Lagging after showing unity ads 0 Answers
 koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                