Skip to content

Release 4.4.0

Compare
Choose a tag to compare
@nan-li nan-li released this 01 Aug 18:11
· 270 commits to main since this release
1cf9c9d

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 optional fallbackToSettings boolean parameter. Use the fallbackToSettings 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

Full Changelog: 4.3.11...4.4.0