Skip to content

Releases: adjust/unity_sdk

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

Version 4.24.1

24 Dec 09:53
44656e4
Compare
Choose a tag to compare

Fixed

  • Fixed handling of native null values for cost amount.

Native versions:


Pull Request #199

Version 4.24.0

11 Dec 15:46
74cb2b9
Compare
Choose a tag to compare

Added

  • Added possibility to get cost data information in attribution callback.
  • Added setNeedsCost method to AdjustConfig to indicate if cost data is needed in attribution callback (by default cost data will not be part of attribution callback if not enabled with this setter method).
  • Added setPreinstallTrackingEnabled method to AdjustConfig to allow enabling of preintall tracking (this feature is OFF by default).
  • Added support for MSA SDK v1.0.23 in OAID plugin.

Note: Version 4.24.1 contains updated logic for proper handling of cost data, so please update to v4.24.1 or higher.


Native versions:


Pull Request #198

Version 4.23.2

02 Oct 12:22
71833d9
Compare
Choose a tag to compare

Added

  • Added note to Assets/Adjust menu toggling actions that project needs to be saved in order for actions to take effect.

Changed

  • Switched to usage of relative paths when working with AdjustSettings.asset file.

Native versions:


Pull Request #197

Version 4.23.1

28 Sep 23:42
ff24707
Compare
Choose a tag to compare

Fixed

  • Fixed duplicate ADJUrlStrategy symbol error.

Changed

  • Switched to usage of AssetDatabase instead of EditorPrefs to store relevant information from AdjustEditor.

Native versions:


Pull Request #195