You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue description:
Hello, 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 ;)
The text was updated successfully, but these errors were encountered:
OS target (Android/iOS):
Android
Godot version:
2.1.5
Issue description:
Hello, 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 ;)
The text was updated successfully, but these errors were encountered: