Update to WonderPush Android SDK FCM module v1.0.4:
Declare missing exported attribute for Android 12 compatibility
This update is required if your application uses targetSdk 31.
This releases fixes the following build error:
Manifest merger failed : Apps targeting Android 12 and higher are required
to specify an explicit value for android:exported when the corresponding
component has an intent filter defined.
If you use "targetSdk 31" this SDK version isrequired, 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
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.
Update to WonderPush Android SDK FCM module v1.0.4:
Declare missing exported attribute for Android 12 compatibility
This update is required if your application uses targetSdk 31.
This releases fixes the following build error:
Manifest merger failed : Apps targeting Android 12 and higher are required
to specify an explicit value for android:exported when the corresponding
component has an intent filter defined.
If you use "targetSdk 31" this SDK version isrequired, along with our FCM module v1.0.4 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
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.4 minimum.
Declare missing exported attribute for Android 12 compatibility
This update is required if your application uses targetSdk 31.
This releases fixes the following build error:
Manifest merger failed : Apps targeting Android 12 and higher are required
to specify an explicit value for android:exported when the corresponding
component has an intent filter defined.
If you use "targetSdk 31" this SDK version isrequired, along with our FCM module v1.0.4 minimum.
For the others, we recommend to always use the latest published version.
Changelog:
Support targeting builds to Android 12, when using targetSdk 31
Support delaying on launch/foreground in-apps on identified custom splash or routing activities
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
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.4 minimum.
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
Support delaying on launch/foreground in-apps on identified custom splash or routing activities
If your application uses a custom splash activity, or a routing activtiy to resolve deeplinks using application code, to avoid triggering an in-app shown on app launch or app foreground, you can now mark those activities with the following metadata in your AndroidManifest.xml, inside their <activity> tag:
Declare missing exported attribute for Android 12 compatibility
This update is required if your application uses targetSdk 31.
This releases fixes the following build error:
Manifest merger failed : Apps targeting Android 12 and higher are required
to specify an explicit value for android:exported when the corresponding
component has an intent filter defined.