Skip to content

Releases: urbanairship/react-native-airship

16.1.2

23 Oct 21:13
Compare
Choose a tag to compare

Patch release that fixes an issue with getActiveNotifications on Android.

Changes

  • Fixed getActiveNotifications method on Android

16.1.1

25 Sep 15:30
7e0f697
Compare
Choose a tag to compare

Patch release that updates the iOS SDK to 17.3.1 and fixes Channel Tag Editor for React Native old architecture.

Changes

  • Updated iOS SDK to 17.3.1
  • Fixed Airship.channel.editTags() for React Native old architecture

16.1.0

14 Sep 13:32
cd6f0d1
Compare
Choose a tag to compare

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

27 Jul 04:39
Compare
Choose a tag to compare

A minor release that updates to the latest iOS and Android 16.x SDKs.

Changes

  • Updated iOS SDK to 16.12.2
  • Updated Android SDK to 16.11.1
  • Android compileSdkVersion is now required ot be set to 33 or higher

16.0.1

14 Sep 13:31
bf52e94
Compare
Choose a tag to compare

Patch release that updates the iOS and Android Airship SDK to 17.0.3.

Changes

  • Updated iOS SDK to 17.0.3
  • Updated Android SDK to 17.0.3
  • Fixed Android HMS module version

16.0.0

30 Jun 01:27
Compare
Choose a tag to compare

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+.

Migration Guide

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

15 Jun 04:55
c1b212d
Compare
Choose a tag to compare

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

17 May 22:21
3e0f1cd
Compare
Choose a tag to compare

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

04 May 02:04
d67f1ef
Compare
Choose a tag to compare

Patch release that fixes an issue with modifying attributes on iOS. Apps that are using 15.0+ that modify attributes should update.

Changes

  • Fixed modifying attributes on iOS

15.2.4

29 Apr 03:51
8ddd431
Compare
Choose a tag to compare

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