• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

9/12/2017 - Release - AIR 27 Runtime and SDK

Adobe Employee ,
Sep 18, 2017 Sep 18, 2017

Copy link to clipboard

Copied

Today we're pleased to announce that the next version of AIR is available for immediate download.  This release of AIR provides bug fixes, security updates, and new features.

Below are some of the key features and benefits of AIR 27.  Please see our release notes for full details.

Announcements

App Transport Security

With macOS 10.11, Apple has introduced App Transport Security (ATS) which mandates that applications use secure network connections over HTTPS only.  Because this is a significant change, Apple has provided applications an override via NSAllowsArbitraryLoads which will allow insecure connections.

With AIR SDK 27, all AIR applications built for macOS will automatically have the NSAllowsArbitraryLoads key set as true in their info.plist file.  This is a temporary solution.  Apple may reject your application during the review process or disable the usage of NSAllowsArbitraryLoads in future OS updates. We recommend using secure network connections over HTTPS in your applications.

Disabling Packaging of Shared Android Applications

Starting with AIR 26, packaging of shared applications for Android is disabled. With this change, published applications will always have a captive copy of the runtime included in their installation package irrespective of the target selected (that is, apk or apk-captive-runtime).  This change allows us to focus our testing and engineering on captive installation - by far, the most popular option.

New Features

macOS AIR SDK Upgrade

From AIR 27, AIR Runtime is built with Mac 10.12 SDK. App Transport Security (ATS) introduced by Apple does not allow insecure connections between App and Web services. Because of this change, we recommend that developers update web connection calls to https to comply with Apple's App Transport Security.  Please see the announcement section for more details.

Asynchronous texture upload for AIR Desktop

In AIR 26, the texture upload was synchronous on AIR desktop. Therefore, developers had to wait till the new texture was uploaded successfully.

With AIR 27, you can now upload textures asynchronously while the current texture is being rendered. This ensures a better UI performance for AIR applications and a smoother user experience.

On successfully completing an asynchronous texture upload, a TEXTURE_READY event will be generated. Asynchronous upload of texture data for all the texture formats is done using the following two new APIs:

  1. uploadFromBitmapDataAsync( source:BitmapData, miplevel:uint = 0)
  2. uploadFromByteArrayAsync( data:ByteArray, byteArrayOffset:uint, miplevel:uint = 0 )

This feature supports Normal and Rectangular texture for miplevel 0 only.

Enable DirectX 11 for AIR Win

AIR 26 and below used DirectX 9 for hardware accelerated rendering on Windows. Beginning with AIR 27.0, AIR will use DirectX 11 for the hardware accelerated rendering for Windows 8.0 and above.For Windows 7 and below, hardware accelerated content will continue to use DirectX 9. The AIR application will load the respective DirectX 11 DLL i.e. d3d11.dll to render any hardware accelerated content. If hardware acceleration is disabled, or the hardware is unavailable the rendering falls back to the Software mode. If the specific DLL for DirectX 11 is missing on the system, the rendering again falls back to Software mode.This feature is supported with SWF version 38 and above.

Adding support for new languages in AIR Mobile

Starting with AIR 27, we have added support for the following languages:

  • Finnish (fi),
  • Greek (el),
  • Indonesian (in),
  • Malay (ms),
  • Thai (th)
  • Vietnamese (vi)

Note:To use these languages, the Namespace value in application descriptor must be 27.0 or greater.

Sample Snippet:

<supportedLanguages>fi el in ms th vi</supportedLanguages>

<name>

<text xml:lang="fi">NameInFinnish</text>

</name>

Fixed Issues

  • Application blinks when switched to the full-screen mode for Windows 8 and above.(AIR-4198437, AIR-4198443)

  • AIR application jerk around when trying to move them. (AIR-4198340)"Error #3672: Buffer creation failed" is observed when Anti-Aliasing uses render to texture on starling projects (AIR-4198370)

  • [iOS ] TextField Input position is largely deviated (AIR-4198324)

  • [Android] Bug fixes related to Secure Socket on Android for TLS protocol.

  • [Android] no-version-vectors flag has been added to aapt tool

  • [tvOS ]ADT error 303: Icon banner320x180.png is missing from package (AIR-4198396)

  • [iOS] Audio gone after playing an embedded Youtube Video (AIR-4198383)

  • [iOS] Interruptions such as incoming calls break audio (AIR-4198386)

  • [AndroidTV] TV banner is now required/mandatory for all Android TV apps.

  • [iOS] ADT to correctly sign dynamic frameworks included packaged with iOS app (AIR-4198407)

  • [iOS] ADT to correctly sign dynamic frameworks (AIR-4198408)

  • Video Texture keeps accessing camera even after being disposed of. (AIR-4198123)

Known Issues

  • [Android] Error #3672: Buffer creation failed when using drawToBitmapData (Context3D) while using VideoTexture (AIR-4198290)

  • [Android] No data from "android.intent.action.SEND" Intent (AIR-4197491)

  • [tvOS] Installation of application fails on tvOS Simulator

  • Artifacts are observed when child Sprite is near bottom of screen (AIR-4198445)

  • Bitmap glitches are observed while drawing the pixels (AIR-4198453)

  • [iOS] AIR app rotation broken on iOS Beta 3 when using -platformSDK (AIR-4198406)

  • [iOS] Installation of AIR applications on iOS 11 fails using ADT on Windows

Download Locations:

AIR runtime for Windows: 27.0.0.124 Runtime Download

AIR runtime for Macintosh: 27.0.0.128 Runtime Download

AIR SDK & Compiler for Windows: 27.0.0.124 SDK & Compiler Download

AIR SDK & Compiler for Macintosh: 27.0.0.128 SDK & Compiler Download

Note: To provide all the all the necessary tools for our developers in one place and avoid having to download multiple components, we are packaging Adobe AIR 27 SDK and ActionScript Compiler 2.0 in a single SDK called “Adobe AIR 27 SDK & Compiler”.

AIR SDK (Compatible with Flex) for Windows: 27.0.0.124 SDK Windows Download

AIR SDK (Compatible with Flex) for Macintosh: 27.0.0.128 SDK Macintosh Download

Previous versions of the AIR runtime and SDK can be found on the Archived AIR SDK and Runtimes page

Views

3.9K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines