Skip to content

3.1.0 Release

Compare
Choose a tag to compare
@nan-li nan-li released this 28 Jul 22:10
· 312 commits to main since this release
79ec80b

What's Changed

API Changes ‼️

  • In converting our SDK codebase to TypeScript, some incorrect public interfaces were fixed in #798
    • Please see the heading titled "Summary of Public Interface Changes" in the above PR for all the public APIs that have changed and may affect you.

New APIs

  • Add Android 13 push permission prompting in #803
    • 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)

Updated Native Android and iOS SDKs

Full Changelog: 3.0.4...3.1.0