Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
Version 4.29.2
Added
- [beta] Added data residency support for US region. You can choose this setting by calling
setUrlStrategy:
method ofADJConfig
instance withADJDataResidencyUS
parameter. - Added helper class
ADJLinkResolution
to assist with resolution of links which are wrapping Adjust deep link.
Fixed
- Removed 5 decimal places formatting for ad revenue value.
Pull Request #541
Version 4.29.1
Version 4.29.0
Added
- Added
adjustConversionValueUpdated:
callback which can be used to get information when Adjust SDK updates conversion value for the user. - [beta] Added data residency support for Turkey region. You can choose this setting by calling
setUrlStrategy:
method ofADJConfig
instance withAdjustConfig.ADJDataResidencyTR
parameter. - Added
trackAdRevenue:
method toAdjust
interface to allow tracking of ad revenue by passingADJAdRevenue
object as parameter. - Added support for
AppLovin MAX
ad revenue tracking.
Changed
- Removed unused ad revenue constants.
Pull Request #534
Version 4.28.0
Version 4.27.1
Fixed
- Fixed attribution value comparison logic which might cause same attribution value to be delivered into attribution callback.
Pull Request #519
Version 4.27.0
Added
- Added data residency feature. Support for EU data residency region is added. You can choose this setting by calling
setUrlStrategy:
method ofADJConfig
instance withADJDataResidencyEU
parameter.
Changed
- Changed the measurement consent parameter name from
sharing
tomeasurement
.
Pull Request #514
Version 4.26.1
Version 4.26.0
Added
- Added wrapper method
updateConversionValue:
method toAdjust
API to allow updating SKAdNetwork conversion value via SDK API.
Fixed
- Fixed nullability warnings.
Pull Request #499