Releases: OneSignal/react-native-onesignal
Releases · OneSignal/react-native-onesignal
4.2.0 Release
Native SDK Versions Update
- Android Version 4.4.1
- iOS Version updated from 3.4.4 to 3.5.3
- Added new didReceiveNotificationExtensionRequest method, deprecate old one OneSignal/OneSignal-iOS-SDK#934
3.9.4 Release
Includes native SDK backport patches for:
- Android 3.16.0
- iOS 2.16.5
4.1.1 Release
- Update example app
- Switch to use XCFramework in Podspec
- Upgraded to OneSignal-Android-SDK 4.4.0
- Add smsNumber, smsUserId and isSMSSubscribed to DeviceState
- Expo bug fix
4.1.0 Release
Release Notes
- Updated to OneSignal-Android-SDK 4.3.4
- Add missing methods #1209
- Add SMS Support #1212
4.0.8 Release
Updated to latest OneSignal native SDKs
- Updated to OneSignal-iOS-SDK 3.4.3
- Updated to OneSignal-Android-SDK 4.3.2
4.0.7 Release
- update native versions
- update
DeviceState
Typings:notificationPermissionStatus
getDeviceState
Android bug fix - reject if state is null
Native Versions
4.0.6 Release
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
4.0.4 Release
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