Skip to content

Releases: adjust/unity_sdk

Version 4.29.5

07 Dec 13:51
6fb552d
Compare
Choose a tag to compare

Added

  • Added support for Admost ad revenue tracking.

Native versions:


Pull Request #237

Version 4.29.4

07 Sep 12:51
c4d8a75
Compare
Choose a tag to compare

Fixed

  • Fixed missing authorization header in retry requests on Android.

Native versions:


Pull Request #230

Version 4.29.3

27 Jul 11:23
240b216
Compare
Choose a tag to compare

Fixed

  • Fixed missing authorization header in retry requests on Android.

Native versions:


Pull Request #225

Version 4.29.2

23 Jun 12:16
8b68602
Compare
Choose a tag to compare

Changed

  • Added deep link URL decoding before parsing its parameters for Android platform.

Native versions:


Pull Request #220

Version 4.29.1

12 May 22:33
c2e4b5d
Compare
Choose a tag to compare

Added

  • [beta] Added data residency support for US region. You can choose this setting by calling setUrlStrategy method of AdjustConfig instance with AdjustConfig.AdjustDataResidencyUS parameter.

Fixed

  • Removed 5 decimal places formatting for ad revenue value.

Native versions:


Pull Request #220

Version 4.29.0

27 Apr 12:08
d37eaec
Compare
Choose a tag to compare

Added

  • Added conversionValueUpdatedDelegate callback to AdjustConfig which can be used to get information when Adjust SDK updates conversion value for the user.
  • [beta] Added data residency support for Turkey region. You can choose this setting by calling setUrlStrategy method of AdjustConfig instance with AdjustConfig.AdjustDataResidencyTR parameter.
  • Added trackAdRevenue(AdjustAdRevenue) method to Adjust interface to allow tracking of ad revenue by passing AdjustAdRevenue object as parameter.
  • Added support for AppLovin MAX ad revenue tracking.

Changed

  • Removed unused ad revenue constants.

Native versions:


Pull Request #218

Version 4.28.0

01 Apr 07:28
166e9cf
Compare
Choose a tag to compare

Changed

  • Removed native iOS legacy code.

Native versions:


Pull Request #213

Version 4.27.0

29 Mar 14:21
b48e7c3
Compare
Choose a tag to compare

Added

  • Added data residency feature. Support for EU data residency region is added. You can choose this setting by calling setUrlStrategy method of AdjustConfig instance with AdjustConfig.AdjustDataResidencyEU parameter.
  • Added preinstall tracking with usage of system installer receiver on Android platform.
  • Added support for MSA SDK v1.0.25 to OAID plugin.

Fixed

  • Fixed attribution value comparison logic which might cause same attribution value to be delivered into attribution callback on iOS platform.

Native versions:


Pull Request #213

Version 4.26.1

12 Feb 12:02
ba71e39
Compare
Choose a tag to compare

Fixed

  • Fixed ambiguous API invocation error in certain Unity IDE setups.

Native versions:


Pull Request #206

Version 4.26.0

10 Feb 23:20
e662978
Compare
Choose a tag to compare

Added

  • Added support for Apple Search Ads attribution with usage of AdServices.framework.
  • Added setAllowAdServicesInfoReading method to AdjustConfig to allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage of AdServices.framework.
  • Added wrapper method updateConversionValue method to Adjust to allow updating SKAdNetwork conversion value via SDK API.
  • Added getAppTrackingAuthorizationStatus getter to Adjust instance to be able to get current iOS app tracking status.
  • Added improved measurement consent management and third party sharing mechanism.
  • Added public constants to be used as sources for ad revenue tracking with trackAdRevenue method.

Fixed

  • Fixed hardcoded scene name under the hood of requestTrackingAuthorizationWithCompletionHandler method which caused that game object was always expected to be named "Adjust".

Native versions:


Pull Request #206