Version 4.29.0
Added
- Added possibility to get cost data information in attribution callback.
- Added
setNeedsCostmethod toAdjustConfig2dxto 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
setPreinstallTrackingEnabledmethod toAdjustConfig2dxto allow enabling of preinstall tracking (this feature is OFF by default). - Added support for Apple Search Ads attribution with usage of
AdServices.framework. - Added
setAllowAdServicesInfoReadingmethod toAdjustConfig2dxto allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage ofAdServices.framework. - Added
setAllowiAdInfoReadingmethod toAdjustConfig2dxto allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage ofiAd.framework. - Added wrapper method
updateConversionValuemethod toAdjust2dxto allow updating SKAdNetwork conversion value via SDK API. - Added
getAppTrackingAuthorizationStatusgetter toAdjust2dxinstance 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
setUrlStrategymethod ofAdjustConfig2dxinstance withAdjustDataResidencyEU(for EU data residency region),AdjustDataResidencyTR(for TR data residency region) orAdjustDataResidencyUSvalue (for US data residency region). - Added
setConversionValueUpdatedCallbackmethod toAdjustConfig2dxwhich 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 (
setPreinstallFilePathmethod of theAdjustConfig2dx).
Native versions:
iOS@v4.29.6
Android@v4.28.4
Pull Request #41