Official GameAnalytics SDK for Construct 2/3.
Sad to hear. Well, I found workaround. Export the app as Cordova project. Find maven link of gameanalytics and add allowInsecureProtocol = true to the node. Then cordova build android.
Which file do we edit exactly?
platforms\android\cordova-plugin-gameanalytics\fluppyfly-build.gradle
plugins\cordova-plugin-gameanalytics\src\android\build.gradle
change these two files like so:
maven {
url 'http://maven.gameanalytics.com/release'
allowInsecureProtocol = true
}
Will try. Thank you! Are you on the Construct Community Discord?
Nope. Gonna join to it now :)
Alright:) Thank you