Skip to content

Releases: adjust/unity_sdk

Version 4.20.1

21 Feb 13:02
658e6d4
Compare
Choose a tag to compare

Fixed

  • Fixed usage of deprecated TargetGuidByName API as of Unity 2019.3.0 (thanks to @epsmarkh).
  • Fixed unnecessary saving of AndroidManifest.xml file whose content was not changed during post build process (thanks to @nanasi880).

Native versions:


Pull Request #168

Version 4.20.0

16 Jan 12:54
cf101ea
Compare
Choose a tag to compare

Added

  • Added external device ID support.

Native versions:


Pull Request #164

Version 4.19.2

14 Jan 15:51
6b63da5
Compare
Choose a tag to compare

Added

  • Added Adjust SDK to Unity Asset Store. As of this version, you can add Adjust SDK from Unity Asset Store as well.

Changed

  • Removed support for Unity 5. This version of SDK is built with Unity 2017.1.1f1.
  • Changed plugin folder structure to make GitHub releases in sync with the ones from Unity Asset Store.

Native versions:


Pull Request #162

Version 4.19.1

02 Jan 23:36
7710f05
Compare
Choose a tag to compare

Fixed

  • Fixed compile time error on UWP platform (thanks to @e1iman).

Added

  • Added support to Adjust OAID plugin for reading OAID identifier with usage of MSA SDK if present in app and supported on device.

Native versions:


Pull Request #155

Version 4.19.0

09 Dec 21:58
5bba22a
Compare
Choose a tag to compare

Added

  • Added disableThirdPartySharing method to Adjust interface to allow disabling of data sharing with third parties outside of Adjust ecosystem.

Native versions:


Pull Request #155

Version 4.18.2

07 Oct 20:26
adc8dd8
Compare
Choose a tag to compare

⚠️ Please skip using this version and update SDK to v4.19.0 or higher (release contains corrupted Android SDK JAR).

Added

  • Added AdjustOaid Unity plugin to enable reading of Huawei advertising identifier for apps outside of Google Play Store which need this feature.

Native versions:


Pull Request #152

Version 4.18.1

06 Aug 13:02
b22e692
Compare
Choose a tag to compare

Fixed

  • Fixed Unity 2019.2.0 (and probably later versions as well) JNI bug in accessing native Android string constants causing Adjust environment not to be properly read. For anyone using Unity 2019.2.0 or later, it is recommended to use this SDK version or newer.

Native versions:


Pull Request #150

Version 4.18.0

26 Jun 12:05
ff2eff3
Compare
Choose a tag to compare

Added

  • Added trackAdRevenue method to Adjust 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:


Pull Request #149

Version 4.17.2

29 Mar 17:43
b5733fb
Compare
Choose a tag to compare

Fixed

  • Fixed bug in AdjustWindows.cs which prevented the project to be built for Universal Windows Platform.

Native versions:


Pull Request #146

Version 4.17.1

21 Mar 22:12
36a2bed
Compare
Choose a tag to compare

Fixed

  • Fixed bug in AdjustEditor.cs which would add multiple instance of Adjust broadcast receiver to AndroidManifest.xml (#144). Thanks @zynga.

Native versions:


Pull Request #145