@ua/capacitor-airship
Advanced tools
Changelog
Version 4.0.1 February 11, 2025
Patch release to fix the MessageCenterUpdatedEvent
property messageUnreadCount
on iOS.
Changelog
Version 4.0.0 - February 11, 2025
Major release that updates the Android Airship SDK to 19.1.0 and iOS Airship SDK to 19.0.3
Changelog
Version 3.0.1 - November 26, 2024
Patch release that updates the iOS Airship SDK to 18.12.2 and Android Airship SDK to 18.4.2
Changelog
Version 3.0.0 - October 25, 2024
Major version that makes it easier to include Airship in a hybrid app. The only breaking change is when extending the AirshipPluginExtender protocol on java there is a new extendConfig(Contex, AirshipConfigOptions.Builder) method to implement. Most application will not be affected.
Changelog
Version 2.4.0 - October 15, 2024
Minor release that updates the native SDKs and fixes an issue with Airship.messageCenter.getUnreadCount()
Airship.messageCenter.getUnreadCount()
Changelog
Version 2.3.0 - October 7, 2024
Minor release that updates to latest SDK versions and adds support for iOS Live Activities & Android Live Updates.
Changelog
Version 2.2.0 September 25, 2024
Minor release that updates the iOS SDK to 18.9.2 and adds the method Airship.messageCenter.showMessageCenter(messageId?: string)
that can be used to show the OOTB Message Center UI even if auto launching Message Center is disabled. This new functionality is useful if the application needs to route the user in the app before processing the display event while still being able to use the OOTB UI.
showMessageCenter(messageId?: string)
to MessageCenter
.Changelog
Version 2.1.0 September 16, 2024
Minor release that adds notificationPermissionStatus
to the PushNotificationStatus
object and a way to specify the fallback when requesting permissions and the permission is already denied.
notificationPermissionStatus
to PushNotificationStatus
enableUserNotifications
to specify the PromptPermissionFallback
when enabling user notifications