DrMoriarty / godot-appsflyer

AppsFlyer module for Godot3.2 (iOS/Android)
8 stars 6 forks source link

enable debugging #4

Closed Octowyth closed 3 years ago

Octowyth commented 3 years ago

Hi

Thank you so much for creating this module

I have a question on how can I enable debug mode for Appsflyer SDK ? since I need to debug some non organic install that always counted as organic from this https://support.appsflyer.com/hc/en-us/articles/360001559405-Test-mobile-SDK-integration-with-the-app#debugging-debugging-for-android

I will need to put AppsFlyerLib.getInstance().setDebugLog(true); in AFApplication class

any advise on how I can do this using this module ?

Regards

Octowyth commented 3 years ago

all good, I've just check the code and find this in AppsFlyer.java :

if(!ProductionMode) { AppsFlyerLib.getInstance().setDebugLog(true); }