DrMoriarty / godot-applovin-max

AppLovinMax plugin for godot engine.
27 stars 7 forks source link

Test ads #2

Open lightbyte opened 3 years ago

lightbyte commented 3 years ago

Hi, I'm trying to show test ads in the android emulator. The way I have in mind is to get the GAID to add the device as test device in Applovin, but even if I export the app with debug option on, the applovin-max does not get the test mod on. Is there a reason why this line is commented? https://github.com/DrMoriarty/godot-applovin-max/blob/4784c1a72b81f49dbefdff70109baf2f30db7635/android-plugin/src/main/java/ru/mobilap/applovinmax/AppLovinMax.java#L73

Is there a better way to get test ads? Thanks!

DrMoriarty commented 3 years ago

Hi @lightbyte! The setVerboseLogging(true) doesn't affect on test mode. It only fills the console with a lot of internal output. So it only used by my self when I test implementing new features. To setup test mode you should only add identifier of your device to Applovin Max test devices settings: Снимок экрана 2021-04-03 в 11 05 33