Adobe-Runtime-Support icon indicating copy to clipboard operation
Adobe-Runtime-Support copied to clipboard

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.

Results 352 Adobe-Runtime-Support issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/49451761/193845248-50698e92-ca55-42d5-93f0-00b9be7c7bc3.png) AIR SDK : 33.1.1.929

Bug

I'm currently using URLRequestHeader to upload mp3 data from an AIR desktop app using code similar to this... ``` appheader = new URLRequestHeader("Content-type", "application/octet-stream"); urlRequest = new URLRequest(http://www.blah.com/etc); urlRequest.requestHeaders.push(appheader); urlRequest.method...

## Problem Description With the use of decompilers, our SWF's from android apks are exposing precious code and game design/business logics to our competitors and amateur developers. We need a...

Feature

## Problem Description I updated today one of our games using the latest AIR and in full-screen it's running with around 10fps instead of 60fps as it was before! ##...

Platform: macOS

Exception in thread "main" java.lang.IllegalAccessError: class com.adobe.air.ipa.MachoSigner (in unnamed module @0x3571b748) cannot access class sun.security.x509.X500Name (in module java.base) because module java.base does not export sun.security.x509 to unnamed module @0x3571b748 at...

``` import flash.text.TextField; var text:String = "test\n"; var tf:TextField = new TextField(); tf.text = text; tf.htmlText = tf.htmlText; trace(tf.text == text); // false ``` the expected result is true

Bug

## Problem Description `NativeApplication.nativeApplication.activate()` doesn't work at Windows OS user logon if 2 or more screens connected to device. This issue cause that AIR application cannot activate window after OS...

Bug

Lots of crashes in IOS showed in AppStore Connect starting from IOS 15.7 UIKitCore -[UIResponder doesNotRecognizeSelector:] * AIR 33.1.1.929 and AIR 33.1.1.889 * IOS from 15.7 I found a thread...

Bug
Platform: iOS

## Problem Description Cannot build Android AAB application with native extension that has the same id. If application id equal with native extension id that it uses - you will...

Platform: Android
Question

Your app uses a defective version of the OpenSSL library, which can cause your app to crash. Update to a fixed version of OpenSSL ![wrong](https://user-images.githubusercontent.com/115314988/194646095-a8be88c1-d82f-4faf-ba9a-c36ca7a0f746.png) i used AIR SDK :...

Bug