- Home /
Question by
TaylorReich · Aug 23, 2020 at 01:49 AM ·
adsadvertising
My unity ads aren't showing "real" ads.
I don't have "Enable Test Mode" checked under in the ads setting in Services, but when ads pop up on my published game, it's showing Unity ads as if the test mode is on. How can I fix this? Thanks!
This is the code I use to add ads:
Advertisement.Initialize(GooglePlay_ID, GameMode);
Advertisement.Show();
Comment
Answer by PinzonGames · Sep 15, 2020 at 12:04 PM
@TaylorReich make GameMode variable to false . and also Services > Unity Ads > Text Mode .. there will be a tick box for test more, be sure its not ticked too
Answer by OmarStudios · Aug 29, 2021 at 06:23 AM
I'm having the same problem , I have all test mode bools to false , And it still shows me unity ads which are test mode ads , Anyone please!