Releases: urbanairship/react-native-airship
16.1.2
16.1.1
16.1.0
Minor release that updates the iOS SDK to 17.3.0 and Android SDK to 17.2.1. Also adds support for Airship Feature Flag feature and for Channel Tag Editor.
Changes
- Updated iOS SDK to 17.3.0
- Updated Android SDK to 17.2.1
- Added support for Airship Feature Flag feature
- Added a new method
Airship.channel.editTags()
14.7.0
16.0.1
16.0.0
Major release that updates the iOS & Android Airship SDK to 17.0.2. This release adds support for Stories, In-App experiences downstream of a sequence in Journeys, and improves SDK auth. The Airship SDK now requires iOS 14+ as the minimum deployment version and Xcode 14.3+.
Changes
- Updated iOS SDK to 17.0.2
- Updated Android SDK to 17.0.2
- Replaced NotificationOptInStatusEvent with NotificationStatusChangedEvent and iOS.AuthorizedNotificationSettingsChangedEvent
- Replaced the NotificationStatus with a new NotificationStatus that contains more details on the current state of push notifications
15.3.0
Minor release that updates the iOS SDK to 16.12.1 and Android SDK to 16.11.1 and adds support for autoPauseInAppAutomationOnLaunch
config option.
Changes
- Updated iOS SDK to 16.12.1
- Updated Android SDK to 16.11.1
- Added support for autoPauseInAppAutomationOnLaunch config option.
- Fixed
MessageCenterUpdatedEvent#messageUnreadCount
property name on iOS
15.2.6
Patch release that fixes an issue with delivering push received events on Android when the app has not been loaded. This regression was introduced in 15.0.0, apps trying to process a push in the background should update.
Changes
- Fixed push received events not delivering if the app is not loaded on Android
15.2.5
15.2.4
Patch release that fixes a issue with modifying attributes on Android and an issue with NotificationResponseEvent
not being received if a push with a deep link is opened.
Changes
- Fixed modifying attributes on Android
- Fixed issue with iOS not receiving subsequent NotificationResponseEvent