[SDK] [Cordova] Release v3.0.12
by Stéphane JAISChangelog:
- Updated iOS SDK to 4.0.6
- Updated Android SDK to 4.1.3
Changelog:
Changelog:
Changelog:
Changelog:
targetUrl
was given in the push notification using the APIWonderPushNotificationTrackingReceiver
Changelog:
targetUrl
was given in the push notification using the APIWonderPushNotificationTrackingReceiver
Changelog:
targetUrl
was given in the push notification using the APIWonderPushNotificationTrackingReceiver
Changelog:
targetUrl
was given in the push notification using the APIWonderPushNotificationTrackingReceiver
Changelog:
Avoid <provider android:name="androidx.core.content.FileProvider">
conflicts by using a custom class name.
This avoids a conflict with Ionic Capacitor projects, and probably with some client apps as well considering the official documentation says:
Set the `android:name` attribute to `androidx.core.content.FileProvider`.
If you do not use Ionic Capacitor or did not get such a conflict, you can skip this release.
Changelog:
<provider android:name="androidx.core.content.FileProvider">
conflicts by using a custom class name. Set the `android:name` attribute to `androidx.core.content.FileProvider`.
If you did not get such a conflict, you can skip this release.
Ionic Capacitor projects will now be able to depend on the WonderPush Android SDK without modifying the generated AndroidManifest.xml
.
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:
targetSdk 31
APP_LAUNCH
in-app system trigger to match application cold startsIf 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.
Here is a more detailed outline of the changes:
ACTION_CLOSE_SYSTEM_DIALOGS
intent.@APP_OPEN
events when an activity is resumed after a long time, like Android 12 now does when pressing back on the root activity.