Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions news/2026-01-19-air-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Release 51.2.2.7
authors: [ marchbold ]
tags: [ airsdk, updates ]
---

New AIR SDK Release **51.2.2.7**

This is the final planned release on the 51.2 branch, we have 51.3 coming shortly with some new features. This one should improve stability particularly around multimedia (reversion of [#3788](https://github.com/airsdk/Adobe-Runtime-Support/issues/3788) which had caused a number of issues) and iOS URL streams ([#4004](https://github.com/airsdk/Adobe-Runtime-Support/issues/4004) and related reports).

- [Release Notes](https://airsdk.harman.com/api/versions/51.2.2.7/release-notes/Release_Notes_AIR_SDK_51.2.2.pdf)

<!-- truncate -->

## Download

Please use AIR SDK Manager. Follow the instructions to install here: https://airsdk.dev/docs/basics/getting-started

- https://github.com/airsdk/airsdkmanager-releases/releases/latest

:::info
For Flex users: download an AIR SDK using the above and then click on the cog button to allow you to choose an existing Flex SDK folder on top of which to overlay the AIR files.
:::


## Bug Fixes

- AIR-7546: AIR security - notify users on license/package mismatch
- AIR-7858: ADT to get correct serial no. when using macOS native codesign
- AIR-7894: Crash in WebView2 shutdown with pending postMessage events
- [github-3537](https://github.com/airsdk/Adobe-Runtime-Support/issues/3537): AIR ApplicationUpdater to use the active window's renderMode
- [github-3788](https://github.com/airsdk/Adobe-Runtime-Support/issues/3788): Reverting Netstream disposal optimisations due to instabilities
- [github-4004](https://github.com/airsdk/Adobe-Runtime-Support/issues/4004): Refactoring URLStream handling on iOS to avoid crash
- [github-4111](https://github.com/airsdk/Adobe-Runtime-Support/issues/4111): Ensuring symlinks are accepted when packaging macOS apps
14 changes: 7 additions & 7 deletions src/data/applications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ export type Application = {
// Add your application to this list
const Applications: Application[] = [
{
title: 'FlashWords AAC';
description: 'FlashWords AAC is an application for the Early Reading method which is successfully applied in the education of children with a delayed development that also affects speech development (e.g. Down Syndrom). The main goal is to support speech development. ';
preview: require('./showcase/flashwordsaac.png');
publishDate: new Date(2015, 9, 30);
tags: ['education', 'mobile', 'desktop', 'game'];
website: 'https://www.integratools.at';
appStoreUrl: 'https://apps.apple.com/at/app/flashwords-aac/id1019094526';
title: 'FlashWords AAC',
description: 'FlashWords AAC is an application for the Early Reading method which is successfully applied in the education of children with a delayed development that also affects speech development (e.g. Down Syndrom). The main goal is to support speech development. ',
preview: require('./showcase/flashwordsaac.png'),
publishDate: new Date(2015, 9, 30),
tags: ['education', 'mobile', 'desktop', 'game'],
website: 'https://www.integratools.at',
appStoreUrl: 'https://apps.apple.com/at/app/flashwords-aac/id1019094526',
},
{
title: 'String art DIY',
Expand Down