Skip to content

Releases: urbanairship/airship-flutter

9.1.1

17 Jan 19:00
87762de
Compare
Choose a tag to compare

Patch release that updates the Android SDK to 18.6.0 and the iOS SDK to 18.14.2

Changes

9.1.0

07 Dec 00:48
Compare
Choose a tag to compare

Minor release that updates the Android Airship SDK to 18.5.0 and iOS Airship SDK to 18.13.0

Changes

9.0.1

28 Nov 01:36
6e3e769
Compare
Choose a tag to compare

Patch release that updates the iOS SDK to 18.12.2 and Android SDK to 18.4.2

Changes

  • Updated Android SDK to 18.4.2.
  • Updated iOS SDK to 18.12.2.

9.0.0

16 Nov 21:28
Compare
Choose a tag to compare

Major version release that drops support for v1 embeddings.

Changes

  • Drops support for deprecated v1 embeddings.

8.0.4

09 Nov 19:44
02e092f
Compare
Choose a tag to compare

Patch release that resolves an issue with Firebase integrations and fixes an issue with opt-in checks when requestAuthorizationToUseNotifications is set to false on iOS.

Changes

  • Updated Airship iOS SDK to 18.12.1
  • Fixed issues caused by swizzling conflicts with some Firebase framework integrations.
  • Fixed opt-in check permissions querying when requestAuthorizationToUseNotifications is set to false on iOS.

8.0.3

07 Nov 17:13
ed2ed17
Compare
Choose a tag to compare

Patch release that resolves an issue with Firebase integrations and fixes an issue with opt-in checks when requestAuthorizationToUseNotifications is set to false on iOS.

Changes

  • Updated Airship iOS SDK to 18.12.1
  • Fixed issues caused by swizzling conflicts with some Firebase framework integrations.
  • Fixed opt-in check permissions querying when requestAuthorizationToUseNotifications is set to false on iOS.

8.0.2

07 Nov 17:12
6e604b8
Compare
Choose a tag to compare

Version 8.0.2 - November 4, 2024

Patch release that updates to latest SDKs and resolves an issue with Firebase integrations. Applications that integrate with Firebase are encouraged to update.

Changes

  • Updated Airship Android SDK to 18.4.0
  • Updated Airship iOS SDK to 18.12.0
  • Fixed token clearing during registration retries when Firebase is not yet ready.

8.0.1

25 Oct 23:37
10730d7
Compare
Choose a tag to compare

Patch release that fixes an issue with event streams that causes deep links to fail when the app is launched from a terminated state. Apps that use deep linking are encouraged to update.

Changes

  • Fixed event stream handling for initial events
  • Fixed tracking live activities started from a push notification

8.0.0

25 Oct 13:51
23ef113
Compare
Choose a tag to compare

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.

Changes

  • Added new methods to the plugin extender to make hybrid app integrations easier

7.9.0

22 Oct 02:59
37e1559
Compare
Choose a tag to compare

Minor version release with several new features including: iOS Live Activities, Android Live Updates, Message Center improvements, and iOS notification service extension support in the iOS example project.

Changes

  • Updated Airship Android SDK to 18.3.3
  • Updated Airship iOS SDK to 18.11.1
  • Added notificationPermissionStatus to PushNotificationStatus
  • Added options to enableUserNotifications to specify the PromptPermissionFallback when enabling user notifications
  • Added new showMessageCenter(messageId?: string) and showMessageView(messageId: string) to MessageCenter to display the OOTB UI even if autoLaunchDefaultMessageCenter is disabled
  • Added new APIs to manage iOS Live Activities
  • Added new APIs to manage Android Live Updates
  • Added a new iOS plugin extender to modify the native Airship SDK after takeOff
  • Added new Android plugin extender to modify the native Airship SDK after takeOff