Version 4.30.0
Added
- Added ability to mark your app as COPPA compliant. You can enable this setting by setting
coppaCompliantEnabledmember ofAdjustConfiginstance totrue. - Added ability to mark your Android app as app for the kids in accordance to Google Play Families policies. You can enable this setting by setting
playStoreKidsAppEnabledmember ofAdjustConfiginstance totrue. - Added
checkForNewAttStatusmethod toAdjustAPI to allow iOS apps to instruct to SDK to check ifatt_statusmight have changed in the meantime. - Added support for Generic ad revenue tracking.
Changed
- Reverted
compileSdkVersionfrom32to31(#77). - Changed responses which is being returned when iOS specific API is being called on Android platform (#79 and #80).
Native SDKs
Kudos
Big thank you to @namini40 and @tsuruobiz for contributions to this release.
PR: #84