Skip to content

Releases: adjust/unity_sdk

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

Version 4.17.0

12 Dec 23:24
f1b68fe
Compare
Choose a tag to compare

Added

  • Added getSdkVersion() method to Adjust interface to obtain current SDK version string.
  • Added AdjustImei Unity plugin to enable reading of IMEI and MEID identifiers for apps outside of Google Play Store which need this feature.

Native versions:


Pull Request #141

Version 4.15.0

21 Sep 07:49
a16ce54
Compare
Choose a tag to compare

Added

  • Added setCallbackId method on AdjustEvent object for users to set custom ID on event object which will later be reported in event success/failure callbacks.
  • Added CallbackId property to AdjustEventSuccess class.
  • Added CallbackId property to AdjustEventFailure class.

Fixed

  • Fixed JNI issues when converting null-ed native Java objects to C# objects that were causing crashes on certain Unity IDE versions (more info: #137)

Changed

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

Native versions:


Pull Request #138

Version 4.14.1

18 Jun 12:41
f8c6246
Compare
Choose a tag to compare

Changed

  • Updated the way how iOS native bridge handles push tokens from Unity interface - they are now being passed directly as strings to native iOS SDK.

Native versions:


Pull Request #136