Skip to content

Releases: adjust/unity_sdk

Version 4.21.1

09 Apr 14:38
6736202
Compare
Choose a tag to compare

Added

  • Added support for Huawei App Gallery install referrer.

Changed

  • Updated communication flow with iAd.framework.

Native versions:


Pull Request #174

Version 4.21.0

31 Mar 00:50
fe18126
Compare
Choose a tag to compare

Added

  • Added support for signature library as a plugin.
  • Added more aggressive sending retry logic for install session package.
  • Added additional parameters to ad_revenue package payload.

Changed

  • Built this SDK version with Unity 2017.4.1.

Native versions:


Pull Request #170

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