What's New in Airship
Stay up to date with the latest Airship features, platform changes, and SDK updates.
Recent Releases
Browse all Airship release announcements for messaging and wallet passes, including AI-powered tools and accessibility features.

Actions for Wallet Passes
Sep 14, 2026Link pass holders straight from their wallet pass to the content or services that matter most, without extra taps or searching.

On-Device AI for Scenes
Sep 9, 2026On-device AI evaluates real-time context, so Scenes adapt to what’s happening in the moment rather than relying solely on fixed rules and priorities.

Campaign Asset Management
Jul 30, 2026Stay organized by associating content assets with a Campaign, and reuse the same asset across multiple Campaigns without duplication.

Scrollable Containers in Scenes
Jul 29, 2026Control which parts of a Scene scroll for more design flexibility, and keep text readable when users scale font sizes without clipping or overlapping other elements.

Message Center Scenes
Jul 23, 2026Deliver native app experiences to inboxes with Message Center Scenes.

SMS Number Life Cycle Management
Jul 20, 2026Reduce compliance risk and keep US SMS audiences current. Airship uses carrier data and the FCC’s Reassigned Numbers Database to remove or suppress numbers that are no longer valid recipients.
Email Open Tracking Controls
Jul 14, 2026Let email recipients grant or withdraw open-tracking consent through links in your email content, independently of their subscription.

Scene Action for Push Notifications
Jul 8, 2026Open a Scene when a user taps a push notification to extend short messages into branded in-app experiences, with both dashboard and API support.

Enhanced Intelligent Rollout Reporting
Jun 30, 2026Measure what your Intelligent Rollout actually delivered with conversion lift and confidence metrics.

API Entrance Trigger for Sequences
Jun 18, 2026Use the API Entrance trigger for entering and exiting audiences from your own systems. Enroll the same user in a Sequence multiple times, or launch several Sequences from one event.
React Native 27.0.0
Sep 22, 2026Major release that adds experimental Swift Package Manager support on iOS, updates the native Airship SDKs to 21.x, and raises platform requirements. See MIGRATION.md for upgrade details.
Web v2.19.0
Sep 21, 2026This minor release adds support for automated rollouts and text input redaction for reporting in Scenes, and visual and functional improvements to the Scenes renderer. This change is fully backward compatible and does not require any update to existing integrations. Changes Support automated rollouts Support text input redaction when reporting Add onPagerCompleted handler
Flutter 13.0.0
Sep 21, 2026Major release that updates the Android SDK to 21.0.2 and iOS SDK to 21.0.2; drops CocoaPods support on iOS in favor of Swift Package Manager; raises Android’s minimum SDK to 26; and adds feature flag status and waitRefresh APIs. The Dart plugin API itself has no breaking changes — existing Airship.* calls are unaffected. See MIGRATION.md for upgrade steps.
Android 21.0.2
Sep 19, 2026Patch release with additional Scene layout fixes and an asset cache hardening fix. Apps that use Scenes should update to this version or later.
iOS 21.0.2
Sep 18, 2026Patch release with additional Scene fixes plus fixes for Message Center, In-App Automation, and on-device AI.
iOS 21.0.1
Sep 16, 2026Patch release with a few Scene layout and sizing fixes. Apps that use Scenes should update to this version or later. Changes Fixed Scene media with a cropping fit and an auto-sized dimension rendering at the wrong size, sometimes overflowing its box or appearing letterboxed. Fixed a Scene view combining a fixed dimension with an aspect ratio not preserving its declared aspect ratio.
Android 21.0.1
Sep 16, 2026Patch release with a few Scene layout and sizing fixes. Apps that use Scenes should update to this version or later.
Android 21.0.0
Sep 15, 2026SDK 21.0 raises the minimum SDK to 26, moves public timestamps and durations to java.time.Instant and kotlin.time.Duration, brings on-device AI to Scenes and in-app experiences, adds Compose banner and embedded carousel hosts, and tightens the public API surface across every module. See the Migration Guide for details.
iOS 21.0.0
Sep 15, 2026SDK 21.0 splits the Scene/layout rendering engine out of AirshipCore into new modules, removes CocoaPods support, requires Xcode 27, brings on-device AI to Scenes and in-app experiences, includes a broad set of Scene layout fixes, and tightens the public API surface across modules. See the Migration Guide for details. Changes Xcode 27 is now required to build the SDK. Removed CocoaPods support, ahead of Trunk’s specs repo going read-only in December . Integrate via Swift Package Manager (recommended) or the prebuilt XCFrameworks. Tightened the public API surface across modules with @_spi(AirshipInternal)/internal, and Swift Package targets now use internal imports by default. Marked AirshipUtils @_spi(AirshipInternal) and removed its unused public helper methods. Removed the background-fetch app-integration method AppIntegration.application(_:performFetchWithCompletionHandler:) and its UAAppIntegration Objective-C equivalent. On-Device AI Added on-device AI support for three usages: in-app message suppression, embedded view selection, and Scene text-input inference. Added an optional AirshipFoundationModels module that wires a built-in on-device model into those usages. Added the AirshipFeature.onDeviceAI privacy manager feature gating on-device AI. Scenes Split the Scene rendering engine out of AirshipCore into new AirshipSceneRenderer and AirshipScenes modules. Embedded views and custom views now require import AirshipScenes. Added six AirshipPermission cases for the Composer’s system-permission action. Fixed a broad set of Scene layout and sizing issues. Verify your live Scenes after upgrading. Fixed in-app message banners clipping or oscillating in width on rotation. Fixed background media cropping instead of filling behind an auto-height layout. Fixed a label’s end icon pulling its [icon, text, icon] group off-center. Fixed Scene text line height to consistently use the scaled-font-size approximation. Fixed a Pager crash when a page list emptied out or restored state drifted from it. Embedded Views Added AirshipEmbeddedCarousel, a carousel container for embedded content. Ordered AirshipEmbeddedViewStyleConfiguration.pending by selection preference. Added filterInstances, a closure to exclude specific pending instances from selection. Let .instance selection take an ordered list of instance IDs instead of just one. Fixed embedded views not reacting to a changed embeddedID or selection. Message Center Removed MessageCenterUser, MessageCenterInbox.user, and MessageCenterNativeBridgeExtension from the public API, along with their Objective-C equivalents. Use the provided MessageCenterMessageView/MessageCenterMessageContentView UI instead. Preference Center Marked ChannelTextField, ErrorLabel, and AddChannelState internal. Feature Flags Changed FeatureFlagManager.featureFlagStatusUpdates to emit FeatureFlagUpdateStatus instead of any Sendable. Other Fixes Fixed AirshipPrivacyManager.enableFeatures/disableFeatures permanently baking a server-side feature disable into local storage. Fixed a crash handling malformed native-bridge run-action-cb URLs. Fixed a regex range mismatch that could misparse non-ASCII audience matches, device tokens, or URL allow-list patterns. Fixed the Core Data store’s -wal and -shm files being left behind when the store file is deleted.
iOS 21.0.0-beta.3
Sep 10, 2026Third beta of the 21.0.0 major release. This release reworks on-device AI’s retry policy and adds an Embedded Carousel view along with a set of Scene rendering fixes. See the Migration Guide for details.
