urbanairship-accengage-react-native
Advanced tools
Changelog
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.
isDeleted
flag on iOSChangelog
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.
Changelog
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.
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.