Skip to content

Version 4.30.0

Compare
Choose a tag to compare
@uerceg uerceg released this 09 Jun 10:57
· 145 commits to master since this release
499f4b1

Added

  • Added ability to mark your app as COPPA compliant. You can enable this setting by setting coppaCompliantEnabled member of AdjustConfig instance to true.
  • 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 playStoreKidsAppEnabled member of AdjustConfig instance to true.
  • Added checkForNewAttStatus method to Adjust API to allow iOS apps to instruct to SDK to check if att_status might have changed in the meantime.
  • Added support for Generic ad revenue tracking.

Changed

  • Reverted compileSdkVersion from 32 to 31 (#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