Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
Version 4.32.0
Added
- Added partner sharing settings to the third party sharing feature.
 - Added 
lastDeeplinkgetter toAdjustAPI to be able to get last tracked deep link by the SDK. 
Pull Request #631
Version 4.31.0
Added
- Added support for 
LinkMefeature. - Added ability to build SDKs as 
xcframeworks. 
Pull Request #624
Version 4.30.0
Added
- Added ability to mark your app as COPPA compliant. You can enable this setting by calling 
setCoppaCompliantEnabledmethod ofAdjustConfiginstance with boolean parametertrue. - Added 
checkForNewAttStatusinto Adjust API whose purpose is to allow users to instruct to SDK to check ifatt_statusmight have changed in the meantime. - Added support for 
Genericad revenue tracking. 
Fixed
- Fixed wrong ATT dialog method signature in iOS web bridge.
 
Pull Request #606
Version 4.29.7
Added
- Added support for 
Unityad revenue tracking. - Added support for 
Helium Chartboostad revenue tracking. 
Changed
- Updated iOS deployment target to 
9.0. 
Pull Request #587
Version 4.29.6
Added
- Added support for AdMost ad revenue source.
 - Added sending of various feature flags.
 
Pull Request #563
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