Skip to content

Releases: oracle/pushiomanager-react-native

7.0.0

14 Oct 14:55
ed15e12
Compare
Choose a tag to compare

Plugin updated for compatibility with CX Mobile SDK v7.0.0.

Android: Breaking Change in registration API - Change PushIOManager.registerApp( locationEnabled, callback ) to PushIOManager.registerAppForPush( notificationEnabled, locationEnabled, callback )

iOS: Added new registration API to capture location - PushIOManager.registerApp( locationEnabled, callback ).

Release 6.56.3

02 Apr 18:32
4fcf65b
Compare
Choose a tag to compare

API for registration has been changed to: PushIOManager.registerApp(enablePushNotification, useLocation, callback)

This allows your app to control when to display the push notification permission prompt on Android 13 and later devices.

Also, with this release, we have made changes to our Multiple SDK guide after reports of duplicate notifications displayed due to a bug in @react-native-firebase/messaging plugin.

Make sure you implement the updated guide as you upgrade to plugin v6.56.3.

Download the latest native SDK binaries from here

6.53.0

09 Jan 06:09
1318a74
Compare
Choose a tag to compare

Added support for passing custom key-value pairs in Message Center messages. See [Message Center](Message Center for more details.

6.52.2

26 Jul 17:46
Compare
Choose a tag to compare

Android - Added support for Gradle 7.

6.52.1

14 Jun 15:32
Compare
Choose a tag to compare

Android: Added support for handling push notifications. See Handling Push Notifications for more details.

6.52.0

28 Mar 02:09
Compare
Choose a tag to compare
  • Added In-App enhancements to support 3 new view types - Interstitial, Banner-Header and Banner-Footer.
  • Added listener to notify application when new Message Center messages are available.

6.51.0

04 Jan 02:31
a0409a1
Compare
Choose a tag to compare

6.50.1

12 Oct 15:09
Compare
Choose a tag to compare

Fixed an issue in Android where, in some cases, the 'to' field is missing from FCM payload.

6.50.0

29 Sep 03:40
Compare
Choose a tag to compare

6.48.3

16 Aug 18:22
Compare
Choose a tag to compare
  • iOS: Added new API setDelayRegistration to delay registration events on launch or foreground.
  • Android: Fixed an issue with the native SDK v6.48.1 where the android.support.v4.os.ResultReceiver class was not found at runtime for some devices.