Releases: OneSignal/OneSignal-Flutter-SDK
Releases · OneSignal/OneSignal-Flutter-SDK
2.4.1 Release
Updated Android Native SDK 3.13.2
- Android Native SDK Update
3.13.2
2.4.0 Release
Updated Android 3.13.1
and iOS 2.13.1
Native SDK
- Android Native SDK Update
3.13.1
- iOS Native SDK Update
2.13.1
2.3.4 Release
Updated Native Android (3.12.7)
- Android Native SDK Update
3.12.7
2.3.3 Release
Updated Native Android (3.12.6), Updated Native iOS (2.12.6), Minor Bug Fixes
- Android Native SDK Update
3.12.6
- iOS Native SDK Update
2.12.6
2.3.2 Release
Updated Native Android (3.12.5), Updated Native iOS (2.12.5), Minor Bug Fixes
- Native Android SDK Updates:
- Native iOS SDK Updates:
2.3.1 Release
iOS SDK Native Updated
- iOS SDK native updates
2.3.0
iOS - Outcomes & Received Receipts
- New Outcomes feature
- New Received Receipts
- iOS SDK native updates
- Android SDK native updates
2.2.0 Release
Android - Outcomes & Received Receipts
- New Outcomes feature
- New Received Receipts (details coming soon)
- iOS SDK native updates
- Android SDK native updates
2.1.0
Fixed Hanging Awaits and Added In-App Messaging for iOS
- Hanging awaits are now fixed for various methods for Android and iOS
- Related to #62
- Removed unused method
presentApplicationSettings
related to #129 - Added In-App Messaging to iOS
Updates from OneSignal-iOS-SDK 2.11.0
- Added in In App Messaging feature
- Various minor bug fixes
Updates from OneSignal-Android-SDK 3.11.4
- Fixed getActiveNotifications() crash related to NotificationManager class
- Similar to issue #422, but for Android 8.0.0 Samsung devices
- Fixed an issue with In App Messaging where a drag would sometimes trigger an action
2.0.2 Release
iOS 13 Beta 2+ pushToken and Other Android Misc Fixes
Updates from OneSignal-iOS-SDK 2.10.1
- Fixed deviceToken format error with iOS 13 Beta 2+ which was preventing the device from subscribing to OneSignal.
Updates from OneSignal-Android-SDK 3.11.2
- On Android N (7.0)+ devices when 4 or more notifications are shown tapping on the group is now handled
- Issue was related to Android's auto grouping feature.
- Now counts the most recent notification in the group being opened when the summary notification is tapped.
- Android - Fix NPE errors when app is resumed when
setRequiresUserPrivacyConsent(true)
is set - Android - Fixed "App may not schedule more than 100 distinct jobs" error, mostly affecting Samsung devices in rare cases
- Fix for notification received, opened, and in app messaging action callbacks not firing after pressing the back button to close the app.
- PR #119