kloder-games / godot-admob

Module Admob for Godot engine
MIT License
362 stars 62 forks source link

Only test ads are showing #147

Closed osimuka closed 3 years ago

osimuka commented 3 years ago

OS target: iOS

Godot version: 3.2.2

Issue description: Only test ads are showing even though is_real is set to true Interstitial ads only shows in test mode, this has stopped me from publishing the game to the appstore, is there a parameter setting in the source code that causes this to happen? I'm using godots ios debug *.a file.

gumaciel commented 3 years ago

hi @osimuka , did you solve?

osimuka commented 3 years ago

yes, just solved it. Thanks The solution was I implemented it using Godot autoload 🚀