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