Skip to content

Version 4.29.0

Compare
Choose a tag to compare
@uerceg uerceg released this 14 Sep 10:46
· 131 commits to master since this release
9eb85b8

Added

  • Added possibility to get cost data information in attribution callback.
  • Added setNeedsCost method to AdjustConfig2dx 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 AdjustConfig2dx to allow enabling of preinstall tracking (this feature is OFF by default).
  • Added support for Apple Search Ads attribution with usage of AdServices.framework.
  • Added setAllowAdServicesInfoReading method to AdjustConfig2dx to allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage of AdServices.framework.
  • Added setAllowiAdInfoReading method to AdjustConfig2dx to allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage of iAd.framework.
  • Added wrapper method updateConversionValue method to Adjust2dx to allow updating SKAdNetwork conversion value via SDK API.
  • Added getAppTrackingAuthorizationStatus getter to Adjust2dx 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 calling setUrlStrategy method of AdjustConfig2dx instance with AdjustDataResidencyEU (for EU data residency region), AdjustDataResidencyTR (for TR data residency region) or AdjustDataResidencyUS value (for US data residency region).
  • Added setConversionValueUpdatedCallback method to AdjustConfig2dx which can be used to set a callback which will get information when Adjust SDK updates conversion value for the user.
  • Added preinstall tracking with usage of system installer receiver on Android platform (setPreinstallFilePath method of the AdjustConfig2dx).

Native versions:
[email protected]
[email protected]


Pull Request #41