Shin-NiL / Godot-Android-Admob-Plugin

Android AdMob plugin for Godot Game Engine 3.2 or higher
MIT License
548 stars 67 forks source link

Showing test ads instead of real ads #142

Closed hayderkharrufa closed 3 years ago

hayderkharrufa commented 3 years ago

Godot v3.2.3 Godot-Android-Admob-Plugin v4.1.1

Admob plugin showing test ads instead of real ads after publishing to production on Play Store.

I already:

hayderkharrufa commented 3 years ago

Apparently, the problem I had was due to using test ads on an admob node outside the scene. Works fine now after I set all the nodes to real ads.

jingMV commented 3 years ago

how do you fixed it?

rifat-hossain commented 3 years ago

how do you fixed it?

I did not notice it either. You just need to check the "IsReal" box of the AdMob node and your in-game ads will show real ads. image

That's it.

jingMV commented 3 years ago

how do you fixed it?

I did not notice it either. You just need to check the "IsReal" box of the AdMob node and your in-game ads will show real ads. image

That's it.

i did it too, but same result