Skip to content

Releases: oracle-samples/pushiomanager-flutter

7.0.0

30 Sep 19:13
e94ae2e
Compare
Choose a tag to compare

7.0.0 is a major release. Please go through the README again for updated Integration steps.

iOS: Added new API for registration, see the README for details. Get the native SDK from here.

Android: Fixed issues with callback during registration failure. Get the updated native SDK from here.

6.56.7

05 Jul 06:08
4757603
Compare
Choose a tag to compare
  • iOS: Location-related header files and APIs removed. Use SDK v6.56.6 from here.

6.56.6

31 May 16:52
0ef2683
Compare
Choose a tag to compare
  • Fixed issue with getPreferences() API throwing error.
  • Fixed issue with incorrect callback status for registerUserId() API.
  • Fixed issue with incorrect callback status for setNumberPreference() and setStringPreference() API.

6.56.5

02 May 14:56
c8ea439
Compare
Choose a tag to compare

iOS - Removed crash-logging API.

6.56.4

23 Feb 12:08
f0b4ce8
Compare
Choose a tag to compare

iOS - Minor fix to correct the XCFramework path in the plugin podspec file.

6.56.3

19 Feb 15:20
b0e031c
Compare
Choose a tag to compare
  • Fixed issues related to push-permission prompt in Android 13 and later. (Responsys Android SDK 6.56.3 required).
  • Fixed issue with few APIs not returning Result object from native to dart.
  • Additional error scenarios added to Result callbacks.

6.56.1

22 Aug 11:00
8318feb
Compare
Choose a tag to compare
  • Plugin updated for compatibility with Responsys Mobile SDK 6.56.1
  • Android:
    • New API: PushIOManager.registerAppForPush() to request for Push Notification user-consent for Android 13 and later. This API is backwards compatible with Android 12 and earlier.

    • New APIs: To change the large and small notification icon.

       PushIOManager.setNotificationLargeIcon(res_name);
       PushIOManager.setNotificationSmallIcon(res_name);

6.54.1

11 May 11:36
a9098a4
Compare
Choose a tag to compare
  • Android: Integration steps have changed. Please go through the README again before updating the plugin.
  • Android: Fixed an issue with registerApp() and registerUserId() where, in some cases, the API would throw Reply already submitted exception.