Skip to content

Releases: adjust/cocos2dx_sdk

Version 4.18.0

04 Jul 10:36
774f13d
Compare
Choose a tag to compare

Version 4.18.0 (4th July 2019)

Added

  • Added trackAdRevenue method to Adjust2dx interface to allow tracking of ad revenue. With this release added support for MoPub ad revenue tracking.
  • Added reading of Facebook anonymous ID if available on iOS platform.

Native versions:
[email protected]
[email protected]


Pull Request #33

Version 4.17.1

22 Mar 14:52
65321eb
Compare
Choose a tag to compare

Added

  • Added support for Cocos2d-x v2.2.6.

Native versions:
[email protected]
[email protected]


Pull Request #32

Version 4.17.0

18 Jan 12:36
822318d
Compare
Choose a tag to compare

Version 4.17.0 (18th January 2019)

Added

  • Added getSdkVersion method to Adjust2dx interface to obtain current SDK version string.
  • Added setCallbackId method on AdjustEvent2dx object for users to set custom ID on event object which will later be reported in event success/failure callbacks.
  • Added callbackId field to event tracking success callback object.
  • Added callbackId field to event tracking failure callback object.

Changed

  • Marked setReadMobileEquipmentIdentity method of AdjustConfig2dx object as deprecated.
  • SDK will now fire attribution request each time upon session tracking finished in case it lacks attribution info.

Native versions:
[email protected]
[email protected]


Pull Request #31

Version 4.14.0

09 Jul 13:27
64b4af6
Compare
Choose a tag to compare

Added

  • Added deep link caching in case appWillOpenUrl method is called before SDK is initialised.

Changed

  • Removed support for Windows platform.
  • Updated the way how iOS native bridge handles push tokens from Cocos2d-x interface - they are now being passed directly as strings to native iOS SDK.
  • Merged different platform README files into one.

Native versions:
[email protected]
[email protected]


Pull Request #29

Version 4.13.0

22 May 15:54
894c454
Compare
Choose a tag to compare

Added

  • Added gdprForgetMe method to Adjust2dx interface to enable possibility for user to be forgotten in accordance with GDPR law.

Native versions:
[email protected]
[email protected]
[email protected]


Pull Request #27

Version 4.12.1

12 Mar 14:03
4185122
Compare
Choose a tag to compare

Native changes

  • Updated Android SDK to v4.12.4.

Native versions:
[email protected]
[email protected]
[email protected]


Pull Request #26

Version 4.12.0

05 Mar 17:03
02025e3
Compare
Choose a tag to compare

Added

  • Added getAmazonAdId method to Adjust interface.
  • Added setReadMobileEquipmentIdentity method to AdjustConfig interface.
  • Added setAppSecret method to AdjustConfig interface (iOS and Android only).

Native versions:
[email protected]
[email protected]
[email protected]


Pull Request #25

Version 4.11.3

28 Sep 11:49
Compare
Choose a tag to compare

Added

  • [iOS] Improved iOS 11 support.

Changed

  • [iOS] Removed iOS connection validity checks.
  • [iOS] Updated native iOS SDK to version 4.11.5.

Native versions:
[email protected]
[email protected]
[email protected]


Pull Request #22

Version 4.11.2

19 May 12:18
Compare
Choose a tag to compare

Added

  • [IOS][AND] Added check if sdk_click package response contains attribution information.
  • [IOS][AND] Added sending of attributable parameters with every sdk_click package.

Changed

  • [IOS][AND] Replaced assert level logs with warn level.

Native versions:
[email protected]
[email protected]
[email protected]


Pull Request #20

Version 4.11.1

27 Apr 18:22
Compare
Choose a tag to compare

Added

  • [iOS] Added nullability annotations to public headers for Swift 3.0 compatibility.
  • [iOS] Added BITCODE_GENERATION_MODE to iOS framework for Carthage support.
  • [iOS] Added support for iOS 10.3.
  • [iOS][AND] Added sending of the app's install time.
  • [iOS][AND] Added sending of the app's update time.

Fixed

  • [iOS] Fixed not processing of sdk_info package type causing logs not to print proper package name once tracked.
  • [AND] Fixed query string parsing.
  • [AND] Fixed issue of creating and destroying lots of threads on certain Android API levels (adjust/android_sdk#265).
  • [AND] Protected Package Manager from throwing unexpected exceptions (adjust/android_sdk#266).

Changed

  • [iOS] If adid and idfa values are not available, return empty string.
  • [AND] Refactored native networking code.
  • [iOS] Updated native iOS SDK to version 4.11.3.
  • [AND] Updated native Android SDK to version 4.11.3.
  • [REPO] Introduced [iOS], [AND], [WIN] and [REPO] tags to CHANGELOG to highlight the platform the change is referring to.

Native versions:
[email protected]
[email protected]
[email protected]


Pull Request #17