Giter Club home page Giter Club logo

ga-sdk-defold's Introduction

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

4.2.6

  • fixed bug in internal error reporting

4.2.5

  • added event uuid for events sent

4.2.4

  • fixed progression tries for desktop platforms

4.2.3

  • removed imei identifiers and other alternative identifiers from user identifier logic (android)

4.2.2

  • added error events to be sent for invalid custom event fields used
  • added optional mergeFields argument to event methods to merge with global custom fields instead of overwrite them

4.2.1

  • fixed missing custom event fields for when trying to fix missing session end events

4.2.0

  • added global custom event fields function to allow to add custom fields to events sent automatically by the SDK

4.1.4

  • added functionality to force a new user in a/b testing without having to uninstall app first, simply use custom user id function to set a new user id which hasn't been used yet

4.1.3

  • fixed bug with custom event fields

4.1.2

  • fixed errors for building for windows

4.1.1

  • custom fields fixes

4.1.0

  • added custom event fields feature

4.0.0

  • Changed user identifier logic in preparation for Google changes to GAID. User id for a new install is now a randomised GUID. Existing installs that update SDK will continue using previous identifier logic. It is recommended to update as soon as possible to reduce impact on calculated metrics.

3.3.11

  • it should now be possible to not show idfa consent dialog if you don't have any third party code that needs to use idfa (ios)
  • prepared for google advertising identifier changes (will not use google advertising identifier when user has opted out) (android)

3.3.10

  • added idfa consent status field to events

3.3.9

  • added manifest for web

3.3.8

  • updated client ts validator

3.3.7

  • fixed dependencies for iOS

3.3.6

  • removed memory info from automatic crash reports

3.3.5

  • corrected ad event annotation

3.3.4

  • crash fix for when using keys for remote configs that are not present and not specifying default value

3.3.3

  • added manual initialize option to use when setting remote configs listener

3.3.2

  • bug fix for remote configs functions crash

3.3.1

  • improved user identifier flow for ios (ios)

3.3.0

  • added ad event

3.2.0

  • added remote configs listener method
  • updated user identifier flow to prepare for iOS 14 IDFA changes (ios)

3.1.10

  • small fix for ios builds

3.1.9

  • fixed progression event with scores (android)

3.1.8

  • fixed getRemoteConfigsValueAsString, isRemoteConfigsReady and getRemoteConfigsContentAsString for html5 builds

3.1.7

  • fixed bug to not send stored events from previous sessions (offline events or session end events not sent yet) by games on the same domain (html5)
  • this bug fix can potentially affect metrics slightly so be aware of this as old stored events (offline events and session end events not sent yet) in games will not be sent with this new fix because internal keys for storing events in localstorage have changed now (html5)

3.1.6

  • improved event processing queue thread (android)

3.1.5

  • cryptojs bug fix (html5)

3.1.4

  • added session_num to init request

3.1.3

  • added auto detect app version for build field option

3.1.2

  • removed facebook, gender and birthyear functions
  • updated curl libs

3.1.1

  • A/B testing fixes

3.1.0

  • moved openSSL to seperate Defold extension. REMEMBER to add it to your project's dependencies. See documentation for details.

3.0.3

  • fixed getRemoteConfigsValueAsString bug

3.0.2

  • remote configs fixed

3.0.1

  • fixed events bug (ios, html5)

3.0.0

  • Remote Config calls have been updated and the old calls have deprecated. Please see GA documentation for the new SDK calls and migration guide
  • A/B testing support added

2.3.2

  • fixed html5 build errors

2.3.1

  • fixed crash for mac and win32 builds

2.3.0

  • improved device identifier flow (android)
  • OPS: refactored IMEI code out into a seperate library, please check the documentation page for how to use it now (only relevant for apps using IMEI ids) (android)

2.2.8

  • corrected error reporting for desktop platforms to call previous handler as well

2.2.7

  • added option to enable/disable GA error reporting

2.2.6

  • bug fix for too big log files for desktop platforms

2.2.5

  • added check if log files and database can't be created

2.2.4

  • fixed progression event bug
  • fixed hanging background thread for desktop platforms

2.2.3

  • fixed compile error for 64-bit android builds

2.2.2

  • bug fix for html5 builds

2.2.1

  • migrated to use c strings in c++ native sdk to support better for linux platforms

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

ga-sdk-defold's People

Contributors

the1schwartz avatar subsoap avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.