@ua/react-native-airship
Advanced tools
Changelog
Version 15.3.0 - June 14, 2023
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.
MessageCenterUpdatedEvent#messageUnreadCount
property name on iOSChangelog
Version 15.2.6 - May 17, 2023
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.
Changelog
Version 15.2.5 - May 3, 2023
Patch release that fixes an issue with modifying attributes on iOS. Apps that are using 15.0+ that modify attributes should update.
Changelog
Version 15.2.4 - April 28, 2023
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. Apps that are using
15.0+ that modify attributes should update.
Changelog
Version 15.2.3 - April 18, 2023
Patch release that fixes a crash on Android when running an Android device older than 7. Apps that target API 23 or older should update.
Map#putIfAbsent
on older Android devices.Changelog
Version 15.2.2 - April 6, 2023
Patch release that fixes Android Preference Center subscription list state when switching named users. Apps using Preference Center that apply multiple named user IDs during an app session on Android should update.
Changelog
Version 15.2.1 - March 24, 2023
Patch release that fixing Contact update merging order, improves Scene/Survey accessibility and reporting.
Changelog
Version 15.2.0 - March 3, 2023
Minor release that adds support for foreground presentation options per push message on iOS, and if a notification should display or not on Android.
Airship.push.android.setForegroundDisplayPredicate
to control the display of notifications in the foreground per message on AndroidAirship.push.iOS.setForegroundPresentationOptionsCallback
to control the foreground presentation options per message on iOSAirship.push.getActiveNotifications
Changelog
Version 15.1.1 - February 15, 2023
Patch release that fixes a gradle build issue with older React Native versions.
Changelog
Version 15.1.0 - February 9, 2023
Minor release that adds subtitle
to the push payload that maps to the summary
on Android and subtitle
on iOS. It also fixes a bug with trackScreen
that was introduced in 15.0.0.
subtitle
to PushPayload
type.trackScreen
method error.