Skip to content

Releases: urbanairship/airship-flutter

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

7.8.2

13 Sep 20:50
2732ffd
Compare
Choose a tag to compare

Patch release that fixes a potential Swift compile error.

Changes

  • Fixed a potential Swift compile error.

7.8.1

10 Sep 15:41
c971812
Compare
Choose a tag to compare

Patch release that brings back in-app messages methods and fixes a potential Swift compile error.

Changes

  • Brought back setPaused(), isPaused(), setDisplayInterval() and displayInterval() methods.
  • Fixed a potential Swift compile error.

7.4.0

16 May 23:27
154fa87
Compare
Choose a tag to compare

Minor release that updates the Android SDK to 17.8.1 and iOS SDK to 18.2.2

Changes

  • Updated Android SDK to 17.8.1.
  • Updated iOS SDK to 18.2.2.