Added
- Added all the missing SDK configuration settings into the Adjust prefab.
- Added possibility for users to control iOS and Android post-build process directly from inspector menu of the Adjust prefab.
- Added possibility for users to set up deep linking directly from Adjust prefab inspector menu. For up to date information, please check
Deeplinking overviewchapter of theREADME. - Added possibility for users to set up iOS tracking request dialog text directly from Adjust prefab inspector menu.
- Added ability to mark your app as COPPA compliant. You can enable this setting by calling
setCoppaCompliantEnabledmethod ofAdjustConfiginstance with boolean parametertrue. - 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 calling
setPlayStoreKidsAppEnabledmethod ofAdjustConfiginstance with boolean parametertrue. - Added
checkForNewAttStatusmethod toAdjustAPI to allow iOS apps to instruct to SDK to check ifatt_statusmight have changed in the meantime.
Changed
- Redesigned Adjust prefab inspector menu appearance.
Kudos
Kudos to Ivan and Evgeny for all the contributions to this release.
Native versions:
Pull Request #241