Join a global community of Adobe Air users and developers.
Recently active
Greetings, For reference:- using AIR SDK 32- using a Windows machine to build the IOS IPA file with AIR ADT- The AIR IOS app also uses our own custom IOS Air Native Extension (ANE) Our AIR IOS App was flagged under a security audit for not using Automatic Reference Counting (ARC) and Stack Smashing Protector (SSP). ARC is a compiler feature that provides automatic memory management of Objective-C objects and protects from memory corruption vulnerabilities.SSP is a feature to protect the application from Stack Overflows/Stack Smashing/Buffer Overflow Attacks. The recommendation by the auditor was to enable the -fobjc-arc flaghttps://developer.apple.com/library/archive/releasenotes/ObjectiveC/RN-TransitioningToARC/Introduction/Introduction.htmland -fstack-protector-all flaghttps://github.com/OWASP/owasp-mstg/blob/master/Document/0x06i-Testing-Code-Quality-and-Build-Settings.md#xcode-project-settings However, the current instructions for adding these flags are for
AIR for iOS StageWebView has been having issues locating files in different sub-directory in the app since Apple changed to wkwebview since AIR26. There was a workaround to it by disposing the StageWebView that loads the HTML from directory A and initiate a new StageWebView to load HTML from directory B. However, this workaround no longer works now that Apple releases iOS 13. Even a commercial ANE (Distriqt NativeWebView ANE) can't make it work. Fortunately the ANE has an option to revert the webview to the old school UIWebView. I don't understand why Adobe just refused to improve the StageWebView functionality to keep it up to date. Now if we need to make the iOS app to work on iOS 13 and up then we can't use the AIR StageWebView and must use an ANE. Is this a new feature request that I should send to Harman? Anyone has any thoughts or advice?
I have an app that needed some modifications which lead me to 64 bit problem which in turn lead me to get AIR 33 from harman. But when I try to publish the app using flash professional CC and AIR 33 I get the error in the attachment below. I am using coltware xzip if that matters. Can anyone please enlighten me on what am I doing wrong please? Thanks in advance,
Hello, on the github issues, someone reported that the soft keyboard does not show up on an LG G4 with the latest Harman Air 33.0.2.246 SDK: https://github.com/Gamua/Adobe-Runtime-Support/issues/109 We would like to publish soon, but don't have that particular device here for testing. Is there anyone here with access to an LG device who could try it out? Thanks in advance
Just in case anyone else has a similar problem: Today, Facebook contacted us and told us to update to Facebook 5.0 right now or our app will be closed in one week:Platform Policy 2.12: If people come to your app from the Facebook app on iOS, give them an option to go back to the Facebook app by using the Back to Facebook banner provided in our SDK.Platform Policy 8.2: Native iOS and Android apps that implement Facebook Login must use our official SDKs for Login.Please make sure your iOS and Android app is using the most recent version of our SDK for Login.Please make the requested changes by 2019-07-01 at 12:00 PST. If we do not hear back from you, your app will be subject to enforcement.Is anyone else affected? I can't believe this is how they handle outdated SDKs without any previous warning.
Hi, friends, I type from BrazilI can not install an application via itunes in the IPAD 3 Retina, I get the following error messageerror failed app install "itunes"any idea?Thank'sOS Mountain LionMacBook ProFlash Builder 4.6
My Distribution Certificate finally expired for the first time on the App Store as well as my Apple Push Notification Certificates. I removed all of my certificates, created a new one for Distribution and Push Notifications, recreated my distribution profiles, compiled my .ipa as I have always done and when I upload my app, I get the following error:ERROR ITMS-90164: "Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. According to the provisioning profile, the bundle contains a key value that is not allowed: 'true' for the key 'get-task-allow' in 'Payload/MyApp.app/MyApp'.Nowhere in my descriptor file do I even mention 'get-task-allow' in my entitlements so I don't know what is happening. I thought that perhaps I had done something wrong creating all of my new certificates and distribution profiles, so I recreated all of them and tried again. Same thing. Has anyon
For anyone who's not updated yet: Adobe has handed over AIR to HARMAN. You can download AIR on HARMAN's site: Adobe AIR - Provided by HARMAN
So have spent a full day now trying to reinsall an Adobe AIR app to an iPad.Upadted Adobe air SDK to latest 32.0 and have tried re-creating my certificates and provisioning profile from scratch.If I try to deploy directly from Adobe AIR I get an error message"Application verification failed" If instead I publish an .ipa and try and deploy via XCode I get the following If I furthermore check entitlements on my app.bundle I see <plist version="1.0"><dict><key>application-identifier</key><string>foo.domain.app</string><key>get-task-allow</key><true/><key>aps-environment</key><string>development</string></dict></plist> but checking entitlements in my Provisioning profile I see<key>get-task-allow</key><false/> Could this be the source of my error? If so, how do I get both these values to be the same?Any replies welcome as I need to launch this!
I'd like to download and display the swf files which are located remote server like this.I made sample program and tried to download 2 swf files from remote server.The result was as follows.Client PC (OS:Windows 10)Remote Server (OS:Windows Server 2016 Standard) Sample program could download and display sample1.swf file which built by flex3 SDK.Sample program couldn't download and display sample2.swf file which built by flex2 SDKThe cause of the error was Security Sandbox Violation.SecurityError: Error #2047: Security Sandbox Violation : at flash.display::DisplayObject/get parent() at mx.managers::SystemManager/executeCallbacks() at mx.managers::SystemManager/docFrameHandler()I debugged my program and found that the Security Sandbox Violation was occurred also in case that my program could download and display sample1.swf.Does anyone know how to solve the Security Sandbox Violation and
Hello,I'm having trouble opening and (possibly?) writing to the applicationStorageDirectory.When I write and then subsequently check if File.exists, it returns true.However, when browsing the file system. I cannot find the file. The directory in the app shows nativeurl as /user/0/appid etc... but when I look for this directory using the file browser it doesn't exist. I have selected not to hide system files. When I restart the app, again it says the file exists. Is this directory somehow hidden?This is confounded because I'm trying to open a pdf in android (eventually iOS too), I've tried a variety of methods and ane's all with no luck. I'm trying to confirm the file does exists, which the app says it does, however I can't open it and I can't find it using a file browser.Any insight appreciated!-cybo
We have a client that has an intel mac and went to update to a new version of our adobe air desktop app when they started getting this error messageYou can’t open the application "our app" because PowerPC applications are no longer supported.She isn't on a powerpc computer. We've uninstalled adobe air and our app and reinstalled the latest version numerous times with no change to the error message."Adobe AIR Application Installer[1420]: Application Installer begin with version 32.0.0.125 on Mac OS 10.11.6 x86"We do not have any other clients who are experiencing this issue nor can we reproduce this issue on our macs.Any suggestions
I have been having trouble the past few days getting Adobe AIR to install on Windows 10 systems (either an upgrade to a previous version of AIR, or fresh installs on clean builds).When attempting to install, I get the following errorSorry, an error has occurred.An error occurred while installing Adobe AIR. Installation may not be allowed by your system administrator. Please contact your administrator.Of course, I am the system administrator. I have tried running as administrator. I have tried as a different administrator. I have tried turning off UAC. I have tried turning on UAC. I have tried compatibility modes. I have reached out to Adobe support who suggested I come here for help.[Install log][2019-08-19:10:16:45] Runtime Installer begin with version 32.0.0.125 on Windows 10 x86[2019-08-19:10:16:45] Commandline is: [2019-08-19:10:16:45] No installed runtime detected[2019-08-19:10:16:49] Relaunching with elevation[2019-08-19:10:16:49] Launching subprocess with commandline c:\users\**
Is it me or AIR33 Beta is delayed? We are a few days before April and there is no beta version yet. It looks like the 1st quarter release is missed.
The net stream object is failing in the Publicly distributed AIR 32.From the bug tracker which has had ZERO response from the AIR team:After several hours of adding debugging code to help isolate the problem, I believe that the snippit attached as Bug.txt will let you most quickly hone in on the problem. [I'm sorry, but it is really no feasible, to create complete working application with the code, but, that said, there is nothing going on in the rest of the application that impacts on the failure.] What has worked for eons: A. A NetConnection is established via connect (null) for purely internal operation. B. That was working and still works as confirmed by the NET_STATUS of Success. C. A Net Stream is then created and its play (null) method is invoked because the media content is embedded in the swf file. D. A ByteArray version of the Clip [which is a 5 second .flv video] is then appended to the stream which is attached to the Video object. In proper operation, the clip plays and all
I tried to submit a new build on play store but it refuses saying the 64 bit architecture is required.I thought there was a grace period till august 2020.Android Developers Blog: Get your apps ready for the 64-bit requirement Did someone face the same issue or succeed to submit on play store lately?
hi,I'm using adobe air for desktop instead of flash player because it have a database par. In my project it has several scenes that i make navigate through battens with gotoandPlay(),But when i play it with adobe AIR for desktop. it still keeps previous scenes objects. specially when i click on back button to go to the previous scene. the objects displayed in the last scene also display above the current scene objects. i had search it in entire internet but i didn't find a solution for it. please tell me how to fix it.
We distribute our application via a AIR native installer.Since a few days the installation does not work on computers (Windows and Mac) where the Adobe AIR runtime has not been installed yet.You will get the following error message:This application requires an update to Adobe AIR that is not available for your system. Please view the system requirements for Adobe AIR and update your system accordingly.It seems that the download results in a 404 error.I verified it with the help of a sniffer. The URL to the runtime downloads is not available.That means that every new customer who hasn't installed the AIR runtime gets this error.Can you give me an estimate of when this issue will be resolved?
How to authorize my new computer with my current Adobe ID ?I used to use Adobe Digital Edition for reading my eBooks on my computer and phone.Plenty of books are synchronized on both of them.My computer has crashed some days ago.I can not access my previous computer on which I installed Adobe Digital Edition.I have bought a new computer.I tried to authorize it to be able to access my books.During the authorization process, I have an error message notifying me to create a new Adobe ID not yet associated to a previous computer.What means I can not synchronize my new computer with the library I access to from my smartphone.How can I authorize my new computer with my current Adobe ID ?In the FAQ I have found this :Résolution des problèmes d’activation et de désactivationAvez-vous perdu l’accès à votre ordinateur précédent ?Si vous ne pouvez pas accéder à l’ordinateur précédent sur lequel vous avez installé l’application – s’il a été volé, perdu, en panne, ou verrouillé – vous devrez nous c
Hey guys, Been having problems trying to update our AIR applications via its native processes.Wondering if there's a current trend of runtime/SDK versions that are supported/deprecated and abandoned.We've been using AIR 31 at the moment, because of known issues with 32.During the standard app update, it fell over. Not sure if anyone else is having the same issue.Wondering if this is related to the 404 errors in the recent app installation threads.I've got a log and wondering if the hosted URLs aren't supported anymore within the airdownload subdomain:[2019-08-07:14:26:00] Bootstrapper begin with version 31.0.0.96 on Win x86[2019-08-07:14:26:00] Installed runtime (30.0.0.107) located at c:\Program Files (x86)\Common Files\Adobe AIR[2019-08-07:14:26:00] Launching subprocess with commandline "Adobe AIR Application Installer.exe" "C:\Users\User1\AppData\Local\Temp\AIRFF74.tmp\iVacation"[2019-08-07:14:26:00] Application Installer begin with version 30.0.0.107 on Wind
Using the most recent tools (Flex 4.16.1, Air/ADT 30.0.0.107, xcode 9.4.1) the iOS app orientation/rotation is off when the device is rotated. This is a basic/empty flex app with:<autoOrients>true</autoOrients><aspectRatio>any</aspectRatio>This is what happens in the simulator:There doesn't seem to be any workaround in setting orientation, aspectRatio, stage size, etc. The only thing that works is clicking the Home button, then opening the app again. The rotation will then be correct. Seems similar to this tracker bug: TrackerDo I need to revert to a previous xcode version? Thanks for any help
When I try to download Adobe Air it won't let me download it giving me an error. I get this error with other programs when trying to use them that require adobe air.
Environment:AIR SDK 29Android API 15+Description:We are already using Firebase for Cloud Messaging and Analytics in our app. Now I'm trying to integrate Firebase Performance.I have added firebase-perf in ANE. Tried with different versions: 15.2.0, 16.0.0, 16.2.5. Added below permissions and provider in app-xml.<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" /><uses-permission android:name="com.google.android.providers.gsf.permission.WRITE_GSERVICES" />and<provider android:name="com.google.firebase.perf.provider.FirebasePerfProvider" android:exported="false" android:authorities="{APP_ID}.firebaseperfprovider" android:initOrder="101" />But app crashes on app start with this error:java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.go
Hi,I think since the Pie update, the app I've made with Adobe AIR is not in "fullscreen" anymore (Galaxy S8). I can see 2 blacks borders at the top and the bottom of my app.I've put this code when my app is launching :stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;stage.scaleMode = StageScaleMode.EXACT_FIT;Should I do something else in oder to put my app in fullscreen ?
When I load a local html file ,it will get this error.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.