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();
↧