Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
Version 4.29.5
Added
- Added sending of information when was the call to
registerAppForAdNetworkAttributionmethod made.
Fixed
- Fixed issue with insufficient buffer size for storing SDK prefix (adjust/react_native_sdk#140).
Pull Request #561
Version 4.29.4
Version 4.29.3
Version 4.29.2
Added
- [beta] Added data residency support for US region. You can choose this setting by calling
setUrlStrategy:method ofADJConfiginstance withADJDataResidencyUSparameter. - Added helper class
ADJLinkResolutionto 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 ofADJConfiginstance withAdjustConfig.ADJDataResidencyTRparameter. - Added
trackAdRevenue:method toAdjustinterface to allow tracking of ad revenue by passingADJAdRevenueobject as parameter. - Added support for
AppLovin MAXad 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 ofADJConfiginstance withADJDataResidencyEUparameter.
Changed
- Changed the measurement consent parameter name from
sharingtomeasurement.
Pull Request #514