Skip to content

Releases: adjust/unity_sdk

Version 4.14.0

08 Jun 14:00
80dd9c0
Compare
Choose a tag to compare

Added

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

Native versions:


Pull Request #135

Version 4.13.0

15 May 01:11
97d4184
Compare
Choose a tag to compare

Added

  • Added Adjust.gdprForgetMe() method to enable possibility for user to be forgotten in accordance with GDPR law.

Native versions:


Pull Request #133

Version 4.12.5

19 Mar 13:44
c060a29
Compare
Choose a tag to compare

Changed

  • Changed the way how to detect Editor presence from Application.isEditor to usage of preprocessor macros.

Native versions:


Pull Request #130

Version 4.12.4

09 Mar 16:51
2452978
Compare
Choose a tag to compare

Fixed

  • Fixed JNI exception occurences upon triggering session/event failure callbacks when Performance Reporting is turned ON while building Android app (#126).
  • Changed target platform for iOS source files and static library to iOS only (#128).

Native versions:


Pull Request #129

Version 4.12.3

16 Feb 23:45
c11432c
Compare
Choose a tag to compare

Native changes

Fixed

  • Fixed Unity and Objective-C data types alignment issues and improved support for 32-bit CPU types (#123 and special thanks to @alexeSGN).

Native versions:


Pull Request #125

Version 4.12.2

09 Feb 09:11
c6beb30
Compare
Choose a tag to compare

Fixed

  • Fixed Adjust SDK behaviour once tried to be run in Editor - no errors displayed anymore.
  • Fixed random crashes on iOS 10.1.x devices when trying to initialise SDK.

Native versions:


Pull Request #121

Version 4.12.1

01 Feb 00:09
b09e83f
Compare
Choose a tag to compare

Version 4.12.0

26 Jan 14:23
5b9c030
Compare
Choose a tag to compare

Added

  • Added getAmazonAdId method to Adjust interface.
  • Added setAppSecret method to AdjustConfig interface.
  • Added setReadMobileEquipmentIdentity method to AdjustConfig interface.

Changed

  • Dropped support for Unity 4.
  • Updated Windows platform to be feature wise up to date with Android and iOS.

Fixed

  • Fixed handling of default tracker for iOS platform.

Native changes


Native versions:


Pull Request #113

Version 4.11.4

28 Sep 14:06
Compare
Choose a tag to compare

Added

  • [iOS] Improved iOS 11 support.

Changed

  • [iOS] Re-added support for Xcode 7.
  • [iOS] Removed iOS connection validity checks.

Native versions:


Pull Request #109

Version 4.11.3

19 May 12:12
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:


Pull Request #104