[SDK] [ReactNative] Release v2.0.9
about 3 years ago by Olivier Favre
If you use "targetSdk 31" this SDK version is required, along with our FCM module v1.0.5 minimum.
For the others, we recommend to always use the latest published version.
Changelog:
- Upgrade to WonderPush Android SDK v4.1.0
- Support targeting builds to Android 12, when using
targetSdk 31
- Change the
APP_LAUNCH
in-app system trigger to match application cold starts - Allow to display in-apps contained in manually-displayed data push notifications
- Support targeting builds to Android 12, when using
Android 12 support
If you use targetSdk 31
, this SDK version is required.
You will also need to upgrade the version of our FCM module to v1.0.5 minimum.
Here is a more detailed outline of the changes:
- Adapt to the Notification trampoline restrictions
- Remove now-unnecessary and now-restricted use of the
ACTION_CLOSE_SYSTEM_DIALOGS
intent. - Fix missing
@APP_OPEN
events when an activity is resumed after a long time, like Android 12 now does when pressing back on the root activity. - Handle a few deprecations