Skip to content

Releases: OneSignal/react-native-onesignal

4.2.0 Release

13 Jul 23:49
Compare
Choose a tag to compare

Native SDK Versions Update

3.9.4 Release

03 Jun 22:18
eabddad
Compare
Choose a tag to compare

Includes native SDK backport patches for:

  • Android 3.16.0
  • iOS 2.16.5

4.1.1 Release

27 May 21:40
06085c1
Compare
Choose a tag to compare
  • Update example app
  • Switch to use XCFramework in Podspec
  • Upgraded to OneSignal-Android-SDK 4.4.0
    • Fix Compatibility with FCM (Firebase Messaging) 22.0.0. PR #1340
    • Fix Failed resolution of: Lcom/google/firebase/iid/FirebaseInstanceId;. Issue #1346
    • Bump dependency version range to include 22. [19.0.0, 22.99.99]
  • Add smsNumber, smsUserId and isSMSSubscribed to DeviceState
  • Expo bug fix

4.1.0 Release

10 May 20:12
Compare
Choose a tag to compare

Release Notes

4.0.8 Release

30 Apr 01:25
6e529b9
Compare
Choose a tag to compare

Updated to latest OneSignal native SDKs

4.0.7 Release

21 Apr 22:33
Compare
Choose a tag to compare
  • update native versions
  • update DeviceState Typings: notificationPermissionStatus
  • getDeviceState Android bug fix - reject if state is null

Native Versions

iOS Release Notes
Android Release Notes

4.0.6 Release

31 Mar 21:15
Compare
Choose a tag to compare

Update native versions:

iOS: https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/3.3.0

  • Added In App Messaging Tag Substitution using Liquid Templating
  • IAM Tag Substitution is using LiquidJS version 9.23.1
  • Removing alert prompt for launch URLs
  • Users will no longer receive an alert asking to open a launch URL when a notification with a launch URL is opened.
  • Set external user id fixes
  • Fixing external user id not being set on an email record if the same id was set for the push record. Also resolves external ids not being set if the id was cached but the user was deleted from the dashboard.
  • Adding the ability to disable 'OneSignal load'
  • This disables OneSignal SDK Swizzling to prevent issues when running unit tests. Do not use this option for your main target or OneSignal will not function.

Android: https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/4.3.0

  • Supporting Liquid Templating Tag Substitution in "In App Messages" using LiquidJS version 9.23.1
  • Fixed notifications omitted in OSRemoteNotificationReceivedHandler and from disabled channels being restored and shown as silent notifications.
  • Improved thread DB access handling

4.0.5 Release

06 Mar 23:39
1a64a9a
Compare
Choose a tag to compare

Release Notes

Update native iOS SDK to 3.2.3

4.0.4 Release

17 Feb 19:12
Compare
Choose a tag to compare

Release Notes

Update native Android SDK to 4.2.0

  • android:launchMode no longer required.
  • Fixed 4.0.0 regression - Notification open doesn't open main activity on cold start by default.
    PR OneSignal-Android-SDK#1276

Update native iOS SDK to 3.2.1

4.0.3 Release

11 Jan 21:55
Compare
Choose a tag to compare

Fixes #1139

iOS setExternalUserId null callback fix

  • iOS: includes fix for null setExternalUserId callback crash on iOS

PR: #1141