Skip to content

Releases: adjust/unity_sdk

Version 5.0.0-beta2

09 Jul 09:22

Choose a tag to compare

Version 5.0.0-beta2 Pre-release
Pre-release

Added

  • Added ability to verify App Store / Play Store purchases and track the revenue events automatically.

To try out this beta in your app, you can follow our new v4 to v5 migration guide.

If you are a current Adjust client and have questions about SDK v5, please email [email protected].

Version 5.0.0-beta1

18 Jun 14:34

Choose a tag to compare

Version 5.0.0-beta1 Pre-release
Pre-release

We’re excited to release the first beta of our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.

To try out this beta in your app, you can follow our new v4 to v5 migration guide.

If you are a current Adjust client and have questions about SDK v5, please email [email protected].

Version 4.38.1

30 Apr 19:22
61df94a

Choose a tag to compare

Added

  • Added sending of the additional iOS SDK observability parameters for debugging purposes.

Native SDKs


Pull Request #294

Version 4.38.0

08 Apr 09:23
0681fff

Choose a tag to compare

Added

Note: For the time being, Adjust SDK does not bundle Privacy Manifest by default. Until the support for that is added, make sure to add content of the Adjust Privacy Manifest to your app Privacy Manifest file.


Native SDKs


Pull Request #291

Version 4.37.2

21 Mar 15:11
36626ac

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

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

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

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

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

Choose a tag to compare

Fixed

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

Native SDKs


Pull Request #279