Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
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
Version 4.25.2
Version 4.25.1
Version 4.25.0
Added
- Added support for Apple Search Ads attribution with usage of
AdServices.framework
. - Added
appTrackingAuthorizationStatus
getter toAdjust
instance to be able to get current app tracking status. - Added improved measurement consent management and third party sharing system.
Pull Request #491
Version 4.24.0
Added
- Added possibility to get cost data information in attribution callback.
- Added
setNeedsCost:
method toADJConfig
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). - Enabled position dependent code generation.
Changed
- Improved logging.
- Addressed Xcode warnings regarding deprecated API usage.
- Removed some obsolete and unused API.
Public PRs
Pull Request #484
Version 4.23.2
Version 4.23.1
Fixed
- Fixed warning about storing negative value to
NSUInteger
data type. - Fixed duplicated
ADJURLStrategy
symbols error when using static framework.
Pull Request #468