Skip to content

Releases: OneSignal/OneSignal-Flutter-SDK

Release 3.4.0

28 Jul 17:53
783cd7f
Compare
Choose a tag to compare

What's Changed

  • [Feature] Add support for Android 13 Push Permission Prompting in #578
    The existing promptUserForPushNotificationPermission() method now works for both iOS and Android. In order to utilize this method in Android make sure that your compile and target SDK versions are set to API 33

3.3.2 Release

17 Jun 17:41
24f4262
Compare
Choose a tag to compare

What's Changed

  • [Feature] Add callbacks to the setLanguage method in #568
    OneSignal.shared.setLanguage("fr").then((response) { // Example of setting the language to French.
        print("Successfully set language with response: $response");
    }).catchError((error) {
        print("Failed to set language with error: $error");
    });

Native SDK Updates

Full Changelog: 3.3.1...3.3.2

3.3.1 Release

25 May 18:02
55526ea
Compare
Choose a tag to compare

Native SDK Updates

3.3.0 Release

10 Mar 22:19
287640b
Compare
Choose a tag to compare

Release Notes

  • Use ActivityAware to get the Activity context which fixes an issue where the app is sensed incorrectly as in the background by @nan-li in #534
  • Add in-app message lifecycle handler by @tanaynigam in #531
  • Add missing fallbackToSettings argument on native iOS side by @slawekkrol in #523
  • Add iOS only setLaunchURLsInApp function by @nan-li in #542

Native SDK Updates

Full Changelog: 3.2.8...3.3.0

3.2.8 Release

28 Jan 07:10
a9660d4
Compare
Choose a tag to compare

Release Notes

Full Changelog: 3.2.7...3.2.8

3.2.7 Release

16 Nov 21:08
34bc9b2
Compare
Choose a tag to compare

Native SDK Versions Update

  • iOS Version 3.9.1
    • This fix release adds back arm64 simulator and maccatalyst architectures the OneSignalXCFramework

3.2.6 Release

16 Nov 00:36
936a555
Compare
Choose a tag to compare

3.2.5 Release

11 Nov 01:56
5572c71
Compare
Choose a tag to compare

Release notes

Updated Android-OneSignal-SDK to 4.6.2

  • Fix outside package target activities (Launch URL) not opening when notification is tapped on.
    • Regression bug introduced in the OneSignal-Flutter-SDK 3.2.1
  • Update work-runtime version to [2.1.0, 2.7.99], 2.7.0 is required for apps with targetSdkVersion 31 (Android 12)
  • Match and fix any external id that has escaped forward slashes
  • Notification background image template fixes for RTL
  • Prevent crash when device has no WebView installed. (MissingWebViewPackageException)

See OneSignal-Android-SDK 4.6.2 for more details

3.2.4 Release

27 Oct 20:18
792f6bb
Compare
Choose a tag to compare

Release Notes

  • Android plugin API updated to support v2 Embedding #486
  • adding relevanceScore and interruptionLevel to Notification.dart #489

Native SDK Versions Update

3.2.3 Release

30 Aug 18:05
ae9b612
Compare
Choose a tag to compare

Native SDK Versions Update