Skip to content

Releases: adjust/unity_sdk

Version 4.37.2

21 Mar 15:11
36626ac
Compare
Choose a tag to compare

Fixed

  • Fixed occasional invalid signature cases in Android when SDK package payload would be altered right before sending.

Changed

  • Added tracking of third_party_sharing and measurement_consent packages if invoked before SDK initialization in subsequent SDK initializations.

Native SDKs


Pull Request #289

Version 4.37.1

19 Feb 15:24
5d7de1f
Compare
Choose a tag to compare

Added

  • Added support for TradPlus ad revenue tracking.

Changed

  • Changed the semantics of the AdjustAppStorePurchase's receipt property to represent UnityIAP base64 encoded receipt string to avoid the need for the base64 decoding by the clients.

Native SDKs


Pull Request #287

Version 4.37.0

16 Jan 15:45
9336643
Compare
Choose a tag to compare

Added

  • Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking processDeeplink method of the Adjust instance.
  • Added ability to inject iOS in-app purchase receipt directly as base64 encoded string when you are performing purchase event verification. You can achieve this by passing the base64 encoded string receipt via setReceiptBase64 method of the AdjustEvent instance.

Native SDKs


Pull Request #285

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