Releases: oracle-samples/pushiomanager-flutter
Releases · oracle-samples/pushiomanager-flutter
7.0.0
30 Sep 19:13
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
iOS: Location-related header files and APIs removed. Use SDK v6.56.6 from here .
6.56.6
31 May 16:52
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
iOS - Removed crash-logging API.
6.56.4
23 Feb 12:08
Compare
Sorry, something went wrong.
No results found
iOS - Minor fix to correct the XCFramework path in the plugin podspec file.
6.56.3
19 Feb 15:20
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.