What's Changed
- [Feat] Add Android 13 push permission prompting in #1415
- Push permission prompting on Android 13 devices. In order to not immediately be prompted in Android 13, apps will need to set their Android target SDK version to 33+.
- The method
promptForPushNotificationsWithUserResponse
now has an optionalfallbackToSettings
boolean parameter. Use thefallbackToSettings
parameter to prompt the user to open the settings app if a user has already declined push permissions.
promptForPushNotificationsWithUserResponse(fallbackToSettings?: boolean, handler?: (response: boolean) => void)
Native SDK Updates
- Android Native SDK Update to
4.8.1
from4.7.3
Full Changelog: 4.3.11...4.4.0