urbanairship-location-react-native
Advanced tools
Changelog
Version 12.1.0 - October 18, 2021
Minor release adding opt-in changes.
isUserNotificationsOptedIn
to use the UAPush
method.isSystemNotificationsEnabledForApp
to check if the app notifications are enabled at a system level or not.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).Changelog
Version 12.0.0 - August 23, 2021
Major release that adds support for new privacy manager flags and the live chat module.
messageId
prop in the MessageView
Changelog
Version 11.0.2 - June 23, 2021
Patch release updating the iOS and Android SDKs to 14.4.2 and 14.4.4 respectively.
Changelog
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.
Changelog
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.
componentWillUnmount
.Subscription
instead of EmitterSubscription
Changelog
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.
Changelog
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.
Changelog
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.
Changelog
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.
Changelog
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:
URLAllowList
, Android: urlAllowList
URLAllowListScopeOpenURL
, Android: urlAllowListScopeOpenUrl
URLAllowListScopeJavaScriptInterface
, Android: urlAllowListScopeJavaScriptInterface