Skip to content

Releases: adjust/unity_sdk

Version 4.36.0

24 Nov 12:45
cbb6e64
Compare
Choose a tag to compare

Added

  • Added support for Meta install referrer.
  • Added support for Google Play Games on PC.
  • Added support for TopOn and AD(X) ad revenue tracking.
  • Added a new type of URL strategy called AdjustConfig.AdjustUrlStrategyCnOnly. This URL strategy represents AdjustConfig.AdjustUrlStrategyCn strategy, but without fallback domains.
  • Added setReadDeviceInfoOnceEnabled(bool) method to AdjustConfig to indicate if Android device info should be read only once.

Native SDKs


Pull Request #282

Version 4.35.2

09 Oct 17:11
7a6ddcc
Compare
Choose a tag to compare

Added

  • Added sending of event_callback_id parameter (if set) with the event payload.

Native SDKs


Pull Request #280

Version 4.35.1

02 Oct 12:11
d59f287
Compare
Choose a tag to compare

Fixed

  • Fixed issue with signing iOS requests post ATT delay timer expiry.

Native SDKs


Pull Request #279

Version 4.35.0

27 Sep 12:42
0ba9d15
Compare
Choose a tag to compare

Added

  • Added support for SigV3 library. Update authorization header building logic to use adj_signing_id.
  • Added setAndroidFinalAttributionEnabled method to AdjustConfig to indicate if only final Android attribution is needed in attribution callback (by default attribution callback return intermediate attribution as well before final attribution if not enabled with this setter method).

Native SDKs


Pull Request #278

Version 4.34.1

06 Sep 12:47
cea6349
Compare
Choose a tag to compare

Added

  • Added more logging around ATT delay timer feature to indicate that it's activated.

Fixed

  • Fixed issue where subsequent calls to active state callback would make ATT delay timer elapse sooner.
  • Removed unnecessary AdjustSettings.asset file out of .unitypackage.

Native SDKs


Pull Request #276

Version 4.34.0

21 Aug 19:33
ef6c368
Compare
Choose a tag to compare

Added

  • Added ability to delay SDK start on iOS platform in order to wait for an answer to the ATT dialog. You can set the number of seconds to wait (capped internally to 120) by calling the setAttConsentWaitingInterval method of the AdjustConfig instance.
  • Added support for purchase verification. In case you are using this feature, you can now use it by calling verifyAppStorePurchase (for iOS) and verifyPlayStorePurchase (for Android) methods of the Adjust instance.

Native SDKs


Pull Request #275

Version 4.33.2

25 Jul 17:35
323e43b
Compare
Choose a tag to compare

Fixed

  • Fixed iOS compile time errors caused by hanging references to removed iAd.framework handling logic (#271).

Native SDKs


Pull Request #272

Version 4.33.1

07 Jul 18:39
401e8cf
Compare
Choose a tag to compare

Added

  • Added ability to read App Set ID on Android platform in case you opt in by adding the com.google.android.gms:play-services-appset dependency to your Android app.

Native SDKs


Pull Request #270

Version 4.33.0

08 Dec 11:44
fe1de07
Compare
Choose a tag to compare

Added

  • Added support for SKAD 4.0.
  • Added support for Samsung install referrer.
  • Added support to OAID plugin for MSA SDK v2.0.0.
  • Added support for setting a new China URL Strategy. You can choose this setting by calling setUrlStrategy method of AdjustConfig instance with AdjustConfig.AdjustUrlStrategyCn parameter.

Fixed

  • Added addition of GCC_ENABLE_OBJC_EXCEPTIONS to UnityFramework target (if present) from AdjustEditor.

Native SDKs


Pull Request #263

Version 4.32.2

14 Nov 14:40
fb74fa0
Compare
Choose a tag to compare

Fixed

  • Fixed conversion bug which caused transaction_date parameter of iOS subscription tracking to be wrongly formatted.

Native SDKs


Pull Request #258