subsoap / GA-SDK-DEFOLD

Repository for GameAnalytics Defold SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GA-SDK-DEFOLD

GameAnalytics SDK for Defold.

Documentation is located here.

If you have any issues or feedback regarding the SDK, please contact our friendly support team here.

ℹ️

The Defold SDK include support for iOS, Android, HTML5, Windows, Mac and Linux platforms

Requirements:

  • Defold: 1.2.117+  
  • iOS: iOS 7+  
  • Android: Android API Level 14  

Build size:
Note that download size differ from the actual build size.

Android:
The SDK build size in a native Android app is only around 49Kb and the dependecies take up to 820Kb depending if your app already uses some of the same dependencies.

iOS:
The SDK build size in a native iOS app is only around 242Kb (armv7) / 259Kb (armv8).

Changelog

2.2.0

  • added writable path setting option for desktop platforms

2.1.3

  • linux library updated to correct one (changed from using clang to gcc)

2.1.2

  • fixed linux library

2.1.1

  • fixes to setEnabledEventSubmission

2.1.0

  • added enable/disable event submission function

2.0.2

  • fixed business event validation

2.0.1

  • fixed thread hanging on shutdown for desktop platforms

2.0.0

  • added command center funcitonality

1.2.4

  • added custom dimensions to design and error events
  • fixed linux support to work again

1.2.3

  • fixed session length bug
  • fixed not allowing to add events when session is not started

1.2.2

  • more fixes openssl lib for osx (osx)

1.2.1

  • fixes openssl lib for osx (osx)

1.2.0

  • linux support added

1.1.7

  • openssl lib for windows modified to not clash with Defold duplicate symbols (windows)

1.1.6

  • fixed build bug for windows and mac targets (windows, mac)

1.1.5

  • fixed progression events to work with progression03 as well (alsways sent empty before)

1.1.4

  • ios library fixed (ios)

1.1.3

  • bug fix: events now sent with https on windows (windows)

1.1.2

  • bug fix: events now sent with https on mac (mac)

1.1.1

  • JNI memory leak bug fix (android)

1.1.0

  • added windows support

1.0.2

  • fixed native html5 lib (html5)

1.0.1

  • bug fix when building to html5 (html5)

1.0.0

  • initial release

About

Repository for GameAnalytics Defold SDK

License:MIT License


Languages

Language:C++ 70.1%Language:Objective-C 17.9%Language:Objective-C++ 7.6%Language:JavaScript 3.2%Language:C 1.2%