Skip to content

Releases: AGulev/defold-extension-appsflyer

Remove framework

13 Aug 09:28
3347695
Compare
Choose a tag to compare
Merge pull request #11 from HGPoint/master

fix: remove .framework

Fix callback

13 Aug 08:36
d926d06
Compare
Choose a tag to compare
Merge pull request #10 from HGPoint/master

fix: missed type in callback

SDK 6.12.2 + cocoapods

13 Aug 08:22
d7fc3fc
Compare
Choose a tag to compare

Updated to the latest version

07 Aug 16:13
4f94bb8
Compare
Choose a tag to compare

Updated to use new Lua json decoder

02 Nov 15:50
Compare
Choose a tag to compare
0.6.0

Updated to use dmScript::LuaToJson()

Smaller mutex scope + use new SDK android methods (Defold 1.2.188)

31 Oct 12:03
Compare
Choose a tag to compare
  • Use smaller scope for the callback's mutex to avoid possible ANRs/Crashes
  • Use new Defold SDK API (1.2.188) for attaching VM thread and loading java class

0.5.2 New `set_customer_user_id`

19 Sep 11:38
Compare
Choose a tag to compare

Add new api method set_customer_user_id()

0.5.1 - Optional `android.permission.READ_PHONE_STATE` permission

19 Sep 10:41
Compare
Choose a tag to compare

android.permission.READ_PHONE_STATE is optional for AppsFlyer. Please add it in your game manifest if it's important for you.

<!-- Optional : -->
<uses-permission android:name="android.permission.READ_PHONE_STATE" />

0.5.0 - Appsflyer refactoring. Android only version

19 Sep 10:27
2f53368
Compare
Choose a tag to compare

BREAKING CHANGE: Big refactoring of the extension. Current version works only on Android.

Thanks @546342 for this update!

0.4.1 - Remove READ_PHONE_STATE permission

12 Sep 17:23
ddc01a4
Compare
Choose a tag to compare

android.permission.READ_PHONE_STATE is optional for AppsFlyer. Please add it in your game manifest if it's important for you.

<!-- Optional : -->
<uses-permission android:name="android.permission.READ_PHONE_STATE" />