Patch release with several bug fixes for Scenes, including an important reporting fix for embedded content.
Minor release that adds support for Android log privacy level configuration and updates the Android SDK to 19.9.1 and the iOS SDK to 19.6.1.
The 21.x branch is now considered *Unsupported. This branch supports React Native 0.77.x and older, which is no longer supported by the React Native team.
- Updated Android SDK to 19.9.1
- Updated iOS SDK to 19.6.1
- Added Android
logPrivacyLevelconfiguration support - Fixed issue with push received pushes when disabling headless JS task before the module initializes
Minor release focused on performance improvements for Scenes.
Minor release that adds support for using Feature Flags as an audience condition for other Feature Flags and Vimeo videos in Scenes.
- Added support for using Feature Flags as an audience condition for other Feature Flags.
- Added support for Vimeo videos in Scenes.
- Updated Android SDK to 19.7.0
- Updated iOS SDK to 19.4.0
Patch release with several bug fixes for iOS.
- Fixed
Airship.preferenceCenter.getConfig(preferenceCenterId)on iOS - Updated iOS SDK to 19.3.2
Minor release that updates the Android SDK to 19.6.2 and the iOS SDK to 19.3.1.
- Updated Android SDK to 19.6.2
- Updated iOS SDK to 19.3.1
- Added support for JSON attributes
- Added new method
Airship.channel.waitForChannelId()that waits for the channel ID to be created
Patch release to fix the notification being null in Airship.push.iOS.setForegroundPresentationOptionsCallback.
- Fixed null notification in
Airship.push.iOS.setForegroundPresentationOptionsCallback
Minor release that updates the iOS SDK to 19.2.0 and backports the new AirshipPluginExtensions.
- Updated iOS SDK to 19.2.0
- Backported
AirshipPluginExtensionsfrom 23.0.0 - Deprecated
AirshipPluginForwardListenersandAirshipPluginForwardDelegates
Minor release that updates the Android SDK to 19.5.0 and the iOS SDK to 19.1.2.
Minor release that updates the Android SDK to 19.2.0 and the iOS SDK to 19.1.0.
Minor release that updates the Android SDK to 19.1.0 and fixes the messageUnreadCount on the MessageCenterUpdated event.
- Updated Android SDK to 19.1.0
- Fixed MessageCenterUpdatedEvent.messageUnreadCount on iOS.
Patch release that updates the iOS SDK to 19.0.3 and fixes a Swift 5 warning.
- Updated iOS SDK to 19.0.3
Patch release that updates the iOS SDK to 19.0.2
- Updated iOS SDK to 19.0.2
Major release that updates the native SDKs to 19.0.0.
- Updated Android SDK to 19.0.0.
- Updated iOS SDK to 19.0.0.
- Xcode 16.2+ is required.
- Updated min version to iOS 15+ & Android 23+.
- Added manifest entry to disable the headless JS service when a background push is received before the module is loaded. This is not recommended to use unless its conflicting with a hybrid application. To disable the task, set the metadata entry to false for key
"com.urbanairship.reactnative.ALLOW_HEADLESS_JS_TASK_BEFORE_MODULE".