AdMob module doesn't work with real ads, only test ads

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Godot_Player12

Background:

I have been trying to setup my mobile game (android) with ads. I’m using the AdMob module template by Shin-NiL.
https://github.com/Shin-NiL/godot-custom-mobile-template

I have setup my AdMob account and I have specified the AdMob Ad ID in my game for the interstitial ad according to this example.

I looked up how to setup AdMob and according to this tutorial I have to edit the AndroidManifest.xml file to add the AdMob app ID to the meta for the ads to work as of AdMob 17.0.0.

Also, I have tested the game with the testing ads from AdMob and the test ads are working in my game, only the real ads do not work.

And, also someone else is having the same problem (I think), so it might not be just me:
https://forum.godotengine.org/45902/admob-module-isnt-working

My questions:

How do I change the AndroidManifest.xml file without having to recompile Godot, and would that solve the problem?

Is there something else I might be doing wrong?

Is there a better / alternative way to get ads on my mobile game?

Hey did you find a solution?

lukslew | 2020-04-29 12:35

:bust_in_silhouette: Reply From: sparkart

Is it still not working?

You might have to wait a bit.

I’m not sure if it will work later on since I have been trying to get this to work for almost a week so its not a delay in admob…

Godot_Player12 | 2019-06-25 15:04

:bust_in_silhouette: Reply From: grousseau

Hi,
you need to change the boolean Real = False on True

:bust_in_silhouette: Reply From: One Lou

Any solution yet? I’m having the same problem even though I edited the manifest (using IntelliJ) and checked the real ads boolean is true

I have the same problem and the real ads are in true, the IDs are well placed in their place.
But the real ones do not appear :C

SrBoga | 2021-05-26 05:22