Skip to content

Releases: urbanairship/react-native-airship

14.5.0

04 Nov 00:55
Compare
Choose a tag to compare

Minor release that adds support for custom Airship URLs and fixes conflicts with common key chain plugins.

Changes

  • Updated iOS SDK to 16.10.1
  • Updated Android SDK to 16.8.0
  • Added support for custom domains
  • Deprecated requireInitialRemoteConfigEnabled. This config is now enabled by default
  • Fixed OOTB Message Center deep linking issue on first launch

14.4.4

07 Oct 22:43
d0f9219
Compare
Choose a tag to compare

Patch release that adds support for setting the IAA message display interval.

  • Add UrbanAirship.setInAppAutomationDisplayInterval() method
  • Updated Airship Android SDK to 16.7.5
  • Updated Airship iOS SDK to 16.9.4

14.4.3

09 Sep 18:08
5e8982d
Compare
Choose a tag to compare

Patch release that fixes an IAA banner issue and potential crashes on Android due to Message Center database migrations.

Changes

  • Fixed channel ID in channel registration event.
  • Updated Airship Android SDK to 16.7.2
  • Updated Airship iOS SDK to 16.9.3

14.4.2

02 Sep 08:35
Compare
Choose a tag to compare

Patch release that fixes iOS notification actions on a cold launch. Applications running 14.1.0 or newer should update.

Changes

  • Add launch method to set up Airship before application:didFinishLaunching: finishes
  • Fixed type on authorizedStatus to be a string instead of an array
  • Updated Airship Android SDK to 16.7.1
  • Updated Airship iOS SDK to 16.9.2

14.4.1

21 Jul 08:39
Compare
Choose a tag to compare

Patch release that fixes a crash on message center with poor connection.

14.4.0

14 Jul 16:36
Compare
Choose a tag to compare

Minor release that updates the Airship SDKs.

Changes

  • Updated iOS SDK to 16.8.0
  • Updated Android SDK to 16.6.1

14.3.1

21 Jun 17:11
2bbc38c
Compare
Choose a tag to compare

Patch release that fixes a crash on preferences. Also exposes unread inbox messages count.

14.3.0

04 May 23:50
6e17c3c
Compare
Choose a tag to compare

Minor release that updates Airship Android SDK to 16.4.0, and iOS SDK to 16.6.0. These SDK releases fix several issues with Scenes and Surveys. Apps using Scenes & Surveys should update.

  • Added support for randomizing Survey responses.
  • Added subscription list action.
  • Updated localizations. All strings within the SDK are now localized in 48 different languages.
  • Improved accessibility with OOTB Message Center UI.
  • In-App rules will now attempt to refresh before displaying. This change should reduce the chances of showing out of data or cancelled in-app automations, scenes, or surveys when background refresh is disabled.
  • Fixed reporting issue with a single page Scene.
  • Fixed rendering issues for Scenes & Surveys.
  • Fixed deep links that contain invalid characters by encoding those deep links.
  • Fixed crash on Android 8 with Scenes & Surveys.
  • Fixed Survey attribute storage on Android.

14.2.1

26 Apr 18:42
bc8f7c9
Compare
Choose a tag to compare

Patch release that fixes a bug with notification response callback.

14.2.0

15 Apr 18:11
Compare
Choose a tag to compare

Minor release that updates the iOS SDK to 16.5.1 and fixes issues with getSubscriptionList method on Android.

Changes

  • Updated iOS SDK to 16.5.1
  • Fixed setting multiple listeners on iOS if the plugin is created multiple times.
  • Fixed getSubscriptionList method on Android.