0 votes

Hi, I'm using this module to display ads: URL TO ADMOB MODULE

If i initiate the module like this:

admob.init(isReal, get_instance_ID())

Its working, test ad is appear, but i need init ads with content rating, i found this method:

initWithContentRating(isReal,  get_instance_ID(), true, "G")

But now ads don't appear,so can anyone explain to me what I am doing wrong?

Have a nice day ;)

in Engine by (19 points)

Hi, you can share with me your steps to make add ads ? Because in my case neither ads test were showed. I have no clue where I'm falling, another problem is my version of godot 2.1.4 , but I know is possible to do.

1 Answer

0 votes

For Godot 3.2.3 you can use binary precompiled modules for ad mediation networks: Applovin-MAX and Tapdaq. Both of them allow you connect AdMob network into your account.
Binary modules can be installed from NativeLib repository. NativeLib addon you can find in AssetLib.
More info:
https://github.com/DrMoriarty/nativelib
https://github.com/DrMoriarty/godot-tapdaq
https://github.com/DrMoriarty/godot-applovin-max

by (214 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.