Skip to content

Releases: adjust/unity_sdk

Version 5.4.4

23 Oct 13:01
b187857

Choose a tag to compare

Changed

  • Updated the Adjust Signature library version to 3.61.0.

Native SDKs


Pull Request #347

Version 5.4.3

18 Sep 14:14
cc16a99

Choose a tag to compare

Added

  • Added support for processing deferred deep links in session responses.
  • Added support for Google License Verification (LVL). For more details about this feature, refer to the official documentation.

Native SDKs


Pull Request #343

Version 5.4.2

11 Aug 19:59
ac2d107

Choose a tag to compare

Fixed

  • Added missing ability to disable IDFV reading. You can do this by setting IsIdfvReadingEnabled property of your AdjustConfig instance to false.
  • Fixed first session delay pre-init actions array lazy initialization.

Changed

  • Updated purchase verification handler (internal changes).

Native SDKs


Pull Request #343

Version 5.4.1

26 Jun 11:31
ed567bf

Choose a tag to compare

Added

  • Added support for Google On-Device-Measurement. For more details about this feature, refer to the official documentation.
  • Optimized the logic behind the ProcessAndResolveDeeplink method to immediately return links that have already been resolved.

Changed

  • Updated the Adjust Signature library version to 3.47.0.

Native SDKs


Pull Request #339

Version 5.4.0

19 May 12:47
c2f47e4

Choose a tag to compare

Added

  • Added support for configuring store information via the AdjustStoreInfo object. You can now specify the store name and store app ID assigning StoreInfo property on your AdjustConfig instance. This enables the SDK to record the intended app store source during initialization.

Native SDKs


Pull Request #335

Version 5.3.0

17 Apr 12:32
6eaaa2b

Choose a tag to compare

Added

  • Added ability to initialize the SDK for the first session in delayed mode. You can start the SDK in the delayed mode by setting the IsFirstSessionDelayEnabled property on your AdjustConfig instance to true. To end the delay, make sure to call EndFirstSessionDelay method of Adjust instance. For more details about this feature, refer to the official documentation.
  • Added ability to send organic search referrer together with deep link. You can send it by setting the Referrer property of the AdjustDeeplink instance.
  • Added ability to disable SDK's interaction with AppTrackingTransparency.framework API. You can disable it by setting the IsAppTrackingTransparencyUsageEnabled property on your AdjustConfig instance to false.

Native SDKs


Pull Request #332

Version 5.1.3

24 Mar 21:54
0512415

Choose a tag to compare

Fixed

  • Fixed null reference exceptions when migrating from pre 5.1.0 version (#330).

Native SDKs


Kudos

Big thank you to @AndrewUrbanovich (#330).


Pull Request #331

Version 5.1.2

06 Mar 13:53
d30ec09

Choose a tag to compare

⚠️ Use v5.1.3 or later instead.


Added

  • Added support for custom CODE_SIGN_ENTITLEMENTS file name (#327).

Native SDKs


Kudos

Big thank you to @kmasuda050 (#327).


Pull Request #329

Version 5.1.1

05 Mar 17:15
21fcef5

Choose a tag to compare

⚠️ Use v5.1.3 or later instead.


Fixed


Native SDKs


Pull Request #328

Version 5.1.0

28 Feb 11:21
19a71e8

Choose a tag to compare

⚠️ Use v5.1.3 or later instead.


Added

  • Added JsonResponse to AdjustAttribution where every key-value pair sent by the backend as part of the attribution response can be found.
  • Added the ability to specify the name of custom Android activity which you might be using instead of the default com.unity3d.player.UnityPlayerActivity (#273).

Changed

  • Switched to adding <intent-filter> per specified Android URI scheme instead of adding them all as <data> entries to the same intent filter (#266).
  • Moved execution of all the C# callbacks into the main Unity thread (#277, #310).

Native SDKs


Kudos

Big thank you to @CodeMasterYi (#267).


Pull Request #326