Version 4.29.0
Added
- Added possibility to get cost data information in attribution callback.
- Added
setNeedsCost
method toAdjustConfig2dx
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 toAdjustConfig2dx
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 toAdjustConfig2dx
to allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage ofAdServices.framework
. - Added
setAllowiAdInfoReading
method toAdjustConfig2dx
to allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage ofiAd.framework
. - Added wrapper method
updateConversionValue
method toAdjust2dx
to allow updating SKAdNetwork conversion value via SDK API. - Added
getAppTrackingAuthorizationStatus
getter toAdjust2dx
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 ofAdjustConfig2dx
instance withAdjustDataResidencyEU
(for EU data residency region),AdjustDataResidencyTR
(for TR data residency region) orAdjustDataResidencyUS
value (for US data residency region). - Added
setConversionValueUpdatedCallback
method toAdjustConfig2dx
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 theAdjustConfig2dx
).
Native versions:
[email protected]
[email protected]
Pull Request #41