Skip to content

Version 4.29.0

Latest
Compare
Choose a tag to compare
@uerceg uerceg released this 17 Nov 22:27
· 6 commits to master since this release
6e94ae5

Added

  • Added possibility to get cost data information in attribution callback.
  • Added NeedsCost property 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 preinstall tracking in Android (this feature is OFF by default).
  • Added preinstall tracking with usage of system installer receiver on Android platform (SetPreinstallFilePath method of the AdjustConfig).
  • 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 AppTrackingAuthorizationStatus property to Adjust instance to be able to get current iOS app tracking status.
  • Added improved measurement consent management and third party sharing mechanism.
  • Added data residency feature. You can choose this setting by setting UrlStrategy property of AdjustConfig instance with AdjustConfig.DataResidencyEU (for EU data residency region), AdjustConfig.DataResidencyTR (for TR data residency region) or AdjustConfig.DataResidencyUS value (for US data residency region).
  • Added AdjustConversionValueUpdated method to AdjustDelegate which can be used to set a callback to get information when Adjust SDK updates conversion value for the iOS user.

Native versions:
iOS@v4.29.6
Android@v4.28.7


Pull Request #39