Skip to content

Releases: OneSignal/OneSignal-Flutter-SDK

2.4.1 Release

29 Apr 00:47
de1022d
Compare
Choose a tag to compare

Updated Android Native SDK 3.13.2

2.4.0 Release

09 Apr 20:19
02f425e
Compare
Choose a tag to compare

Updated Android 3.13.1 and iOS 2.13.1 Native SDK

2.3.4 Release

27 Feb 19:21
1008452
Compare
Choose a tag to compare

Updated Native Android (3.12.7)

2.3.3 Release

01 Feb 04:20
083ce63
Compare
Choose a tag to compare

Updated Native Android (3.12.6), Updated Native iOS (2.12.6), Minor Bug Fixes

2.3.2 Release

18 Jan 01:39
310a6fe
Compare
Choose a tag to compare

Updated Native Android (3.12.5), Updated Native iOS (2.12.5), Minor Bug Fixes

2.3.1 Release

05 Dec 01:44
b71d3cd
Compare
Choose a tag to compare

iOS SDK Native Updated

2.3.0

04 Dec 21:15
7281df6
Compare
Choose a tag to compare

iOS - Outcomes & Received Receipts

2.2.0 Release

25 Oct 01:02
c8f7ecc
Compare
Choose a tag to compare

Android - Outcomes & Received Receipts

2.1.0

24 Sep 01:15
Compare
Choose a tag to compare

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

09 Aug 22:49
880c7e2
Compare
Choose a tag to compare

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.