Added
- Added possibility to get cost data information in attribution callback.
- Added
NeedsCost
property toAdjustConfig
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 toAdjustConfig
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 theAdjustConfig
). - Added support for Apple Search Ads attribution with usage of
AdServices.framework
. - Added
SetAllowAdServicesInfoReading
method toAdjustConfig
to allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage ofAdServices.framework
. - Added wrapper method
UpdateConversionValue
method toAdjust
to allow updating SKAdNetwork conversion value via SDK API. - Added
AppTrackingAuthorizationStatus
property toAdjust
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 ofAdjustConfig
instance withAdjustConfig.DataResidencyEU
(for EU data residency region),AdjustConfig.DataResidencyTR
(for TR data residency region) orAdjustConfig.DataResidencyUS
value (for US data residency region). - Added
AdjustConversionValueUpdated
method toAdjustDelegate
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