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

urbanairship-location-react-native

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urbanairship-location-react-native - npm Package Versions

2

12.1.0

Diff

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.
uamobile
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
uamobile
published 10.0.0 •

Changelog

Source

Version 10.0.0 - December 18, 2020

Major release that updates the iOS Airship SDK to 14.2.0 and the Android SDK to 14.1.0. Xcode 12 is required for this version.

  • Added better logging for default presentation options
  • Changed InboxMessage.extras type from Map<string, string> to Record<string, string>
  • Updated Android SDK to 14.1.0
  • Updated iOS SDK to 14.2.0
  • Fixed Xcode 12 compatibility
  • firebaseMessagingVersion requires version 21.0.0+
uamobile
published 9.0.1 •

Changelog

Source

Version 9.0.1 - October 22, 2020

Patch release that updates the iOS and Android SDKs to 14.0.1, and fixes a bug impacting foreground noitification options on iOS.

  • Updated Android SDK to 14.0.1
  • Updated iOS SDK to 14.0.1
  • Fixed issue causing misinterpretation of iOS foreground notification options
uamobile
published 9.0.0 •

Changelog

Source

Version 9.0.0 - September 16, 2020

Major release that updates Airship Android and iOS SDK to 14.0. Starting with SDK 14, all landing page and external urls are tested against a URL allow list. The easiest way to go back to 13.x behavior is to add the wildcard symbol * to the array under the URLAllowListScopeOpenURL key in your AirshipConfig.plist for iOS, and urlAllowListScopeOpenUrl = * to the airshipconfig.properties on Android. Config for whitelist has been removed and replaced with:

  • iOS: URLAllowList, Android: urlAllowList
  • iOS: URLAllowListScopeOpenURL, Android: urlAllowListScopeOpenUrl
  • iOS: URLAllowListScopeJavaScriptInterface, Android: urlAllowListScopeJavaScriptInterface
2
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