Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
Version 4.30.0
Added
- Added ability to mark your app as COPPA compliant. You can enable this setting by calling
setCoppaCompliantEnabled
method ofAdjustConfig
instance with boolean parametertrue
. - Added
checkForNewAttStatus
into Adjust API whose purpose is to allow users to instruct to SDK to check ifatt_status
might have changed in the meantime. - Added support for
Generic
ad revenue tracking.
Fixed
- Fixed wrong ATT dialog method signature in iOS web bridge.
Pull Request #606
Version 4.29.7
Added
- Added support for
Unity
ad revenue tracking. - Added support for
Helium Chartboost
ad 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
registerAppForAdNetworkAttribution
method 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 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