urbanairship-accengage-react-native
Advanced tools
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
Changelog
Version 8.1.0 - August 17, 2020
Minor release adding a removeAllListeners
method, fixing a bug preventing the the location module from loading on android, and bundling the following SDK updates:
Changelog
Version 8.0.1 - July 16, 2020
Patch release to fix package generation, common gradle file references and the example app.
Changelog
Version 8.0.0 - July 8, 2020
Major release rewritten in TypeScript and adding separate modules for location, HMS and Accengage features