Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

urbanairship-accengage-react-native

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urbanairship-accengage-react-native - npm Package Versions

124

13.0.2

Diff

Changelog

Source

Version 13.0.2 - November 16, 2021

Minor release that updates to latest Airship SDKs and fixes several issues with the iOS module. Apps running 13.0.0-13.0.1 should update.

Changes

  • Updated iOS and Android SDK to 16.1.0
  • Fixed null deep link on iOS
  • Fixed iOS crash when sending a notification without a title or subtitle
  • Fixed Message Center message isDeleted flag on iOS
uamobile
published 13.0.1 •

Changelog

Source

Version 13.0.1 - November 5, 2021

Patch release that fixes preferences resetting when upgrading to SDK 15/16. This update will restore old preferences that have not been modified in the new SDK version.

Apps that have migrated to 13.0.0 from an older version should update. Apps currently on version 12.1.0 and below should only migrate to 13.0.1 to avoid a bug in version 13.0.0.

Changes

  • Updated iOS SDK to 16.0.2
uamobile
published 13.0.0 •

Changelog

Source

Version 13.0.0 - October 20, 2021

Due to a bug that mishandles persisted SDK settings, apps that are migrating from plugin 12.1.0 or older should avoid this version and instead use 13.0.1 or newer.

Major release to provide new features and include the latest iOS and Android SDKs. This version requires Xcode 13 for iOS and compileSdkVersion 31 and java 8 source compatibility for Android.

  • Added urbanairship-preference-center-react-native module.
  • Remove urbanairship-location-react-native module.
  • Added a sample preference center to the example app.
  • Support overriding locale.
  • Setup android:exported explicitly on all activities.
  • Updated iOS SDK to 16.0.1
  • Updated Android SDK to 16.0.0
uamobile
published 12.1.0 •

Changelog

Source

Version 12.1.0 - October 18, 2021

Minor release adding opt-in changes.

  • Update the iOS method isUserNotificationsOptedIn to use the UAPush method.
  • Add the new method isSystemNotificationsEnabledForApp to check if the app notifications are enabled at a system level or not.
  • Add the new Android method getNotificationChannelStatus to get the status of the specified Notification Channel. The status can be: enabled, disabled, or unknown(if the channel id not created yet).
uamobile
published 12.0.0 •

Changelog

Source

Version 12.0.0 - August 23, 2021

Major release that adds support for new privacy manager flags and the live chat module.

  • Updated iOS SDK to 14.6.1
  • Updated Android SDK to 14.6.0
  • Added missing messageId prop in the MessageView
uamobile
published 11.0.2 •

Changelog

Source

Version 11.0.2 - June 23, 2021

Patch release updating the iOS and Android SDKs to 14.4.2 and 14.4.4 respectively.

  • Updated iOS SDK to 14.4.2
  • Updated Android SDK to 14.4.4
uamobile
published 11.0.1 •

Changelog

Source

Version 11.0.1 - May 3, 2021

Patch release to fix NPE on Android when opening notifications. Any app using 11.0.0 should update.

  • Fixed NPE on Android.
uamobile
published 11.0.0 •

Changelog

Source

Version 11.0.0 - March 25, 2021

Major release updating the iOS and Android SDKs to 14.3.0. This release contains small breaking changes to the event handling API, and also adds an extender to Android making it easier to modify the Airship instance during takeOff.

  • Updated iOS SDK to 14.3.0
  • Updated Android SDK to 14.3.0
  • PushReceived and background NotificationResponse events are now triggered in the background on Android. To maintain UI thread safety, apps should now clean up any listeners that might modify the UI during componentWillUnmount.
  • UrbanAirship.addListener now returns Subscription instead of EmitterSubscription
  • Added AirshipExtender to Android to make it easier to modify the Airship instance during takeOff
uamobile
published 10.0.2 •

Changelog

Source

Version 10.0.2 - February 02, 2021

Patch release to fix some issues with setting attributes on a named user if the named user ID contains invalid URL characters. Applications using attributes with named users that possibly contain invalid URL characters should update.

  • Updated iOS SDK to 14.2.2
  • Fixed attributes updates when the named user has invalid URL characters.
rlepinski
published 10.0.1 •

Changelog

Source

Version 10.0.1 - December 30, 2020

Patch release to fix an issue where the Airship SDK is not initialized before calls are made to the module if calls are made before application:didFinishLaunching. Applications that use plugins such as react-native-splash-screen and make calls to Airship before the splash screen is dismissed should update.

  • Updated Android SDK to 14.1.1
  • Updated iOS SDK to 14.2.1
  • Ensure takeOff is called on iOS when the module is created
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc