Skip to content

Version 4.30.0

Compare
Choose a tag to compare
@shashanksu shashanksu released this 11 Apr 14:21
· 550 commits to master since this release
bf847e5

Added

  • Added ability to mark your app as COPPA compliant. You can enable this setting by calling setCoppaCompliantEnabled method of AdjustConfig instance with boolean parameter true.
  • Added ability to mark your app as app for the kids in accordance to Google Play Families policies. You can enable this setting by calling setPlayStoreKidsAppEnabled method of AdjustConfig instance with boolean parameter true.

Changed

  • Removed reading of network_type parameter.
  • Updated docs.

Migration Guide.


Pull Request #535