『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi,I'm building a simple AIR app to support my existing Flex app after 2020.The AIR app is just using the mx:HTML to point to a server with the swf app.Now that I can still use the browser (Firefox) I can install the Flash Debugger plugin and remotely debug step by step (using IntelliJ IDEA) the remote swf app.How can I do that with the AIR app I'm building, is it possible to embed the Flash Player with the debugger as I can when I use a regular browser ?Thanks a lot in advanceByeEmanuele
Hi, I'm not very tech savvy, so please be patient with me.So I downloaded Live2d Viewer (2.1.9) and Adobe Air (the most recent version to date - 4/2/18) on my Mac, and whenever I open up Live 2d viewer, I get an error message saying that "Adobe AIR Application quit unexpectedly". From what I've researched, I seem to be the only one having this problem? I've tried restarting my computer and reinstalling after uninstalling Live2d, but I still get the same message. When I open it up from Adobe AIR, I can choose what to open, but when I try to open Live2d, it crashes again. I don't really know what's the problem...
sourabhg49443930I have already mentioned this in https://tracker.adobe.com/#/view/AIR-4198407 but also adding here for visibility.When using AIR 30 Beta, Packaging for "Apple App Store Distribution" produces the following error.This happens when adt finishes slicing libswiftCore.dylib into it's 32 and 64bit variants.My project is setup correctly with Frameworks folder and Swift 4.1 dylibs in there.Everything works correctly with AIR 29.unexpected failure: nulljava.lang.NullPointerExceptionat com.adobe.air.ipa.MachoSigner.newEntitlementBlob(MachoSigner.java:539) at com.adobe.air.ipa.MachoSigner.sign(MachoSigner.java:326)at com.adobe.air.ipa.MachoSigner.sign(MachoSigner.java:117) at com.adobe.air.ipa.IPASigner.signMacho(IPASigner.java:297)at com.adobe.air.ipa.IPAOutputStream.finalizeFrameworkSig(IPAOutputStream.java:1757) at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:111) at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.jav
At the time of writing this, I have tried with AIR 28 to embed dynamic framework. I followed instruction in release notes 11/16/2017 - Beta - AIR 28.0.0.112 But I have encountered an error at an application install: Jan 5 17:12:50 **** mobile_installation_proxy(MobileSystemServices)[251] <Notice>: 0x16b3ab000 handle_install: Installation failed: Error Domain=MIInstallerErrorDomain Code=13 "Failed to verify code signature of /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.rTdpV9/extracted/Payload/****.app/Frameworks/****.framework : 0xe8008001 (An unknown error has occurred.)" UserInfo={LibMISErrorNumber=-402620415, LegacyErrorString=ApplicationVerificationFailed, SourceFileLine=147, FunctionName=+[MICodeSigningVerifier _validateSignatureAndCopyInfoForURL:withOptions:error:]I followed Apple's Technical Note TN2318: Troubleshooting Failed Signature Verification guide, and here are results of verification of used framework after unpacking .ipa file:
Hello,I'm again having Pixel 2 XL users complaining about the screen getting cropped by the button bar as was described in this AIR26 thread:https://forums.adobe.com/thread/2399734I think I resolved this by building against AIR28, but now that I use AIR29, I'm getting again Pixel 2 XL users complaining about this.I don't own a Pixel 2 XL so this is very hard to diagnose. Not a problem on the regular Pixel 2.Does anyone else have the same experience?
Hello,current stupid gesture bar on iPhoneX at the bottom of the screen has by default full opacity, and it takes one swipe to get out of the game. I would like to minimise it to have it at least in half-opacity and double-swipe-to-exit enabled. It could be done using overrides to these two methods in the main view controller:- (UIRectEdge)preferredScreenEdgesDeferringSystemGestures { return UIRectEdgeBottom;}- (BOOL)prefersHomeIndicatorAutoHidden { return false;}The question is, how to do it using AIR's native extension?Any help?Thanks,David
Hi,I'm building a simple AIR app to load a remote swf.If I load the swf in any browser with Flash installed the app is working as expected.But if I create a AIR app that uses SWFLoader I get an error :SecurityError: Error #2070: Security sandbox violation: caller https://localhost:5015/Container.swf cannot access Stage owned by app:/FlexLoader.swf. at flash.display::Stage/get stageWidth()I guess this is because the loaded swf is not allowed to access the Stage, so I tried to set the securityDomain of the LoaderContext to SecurityDomain.currentDomainbut I get:SecurityError: Error #2142: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property. app:/FlexLoader.swf Is there a way to grant access to the Stage (and probably other stuff) to the loaded SWF ?<?xml version="1.0" encoding="utf-8"?><mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" initialize="init()"> <mx:Script>&n
Although accepted - I received this notice when using the Application Loader to upload our APP to the Store:WARNING ITMS-90176: "Unrecognized Locale - The locale names used in localization directories at ( "Payload/xxx.app/AccountKitStrings.bundle/Resources/cb_IQ.lproj" ) are invalid. iTunes supports BCP47 but not the UN M.49 specification. Refer to the Language and Locale Designations guide at https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPInternational/LanguageandLocaleIDs/LanguageandLocaleIDs.html for more information on naming your language-specific directories."The only thing I can see for us in terms of locale is "Supported Languages". I have this in my app.xml file:<supportedLanguages>en</supportedLanguages>Can anyone shed some light on this?
I am trying to make my app look good on galaxy s8 which has screen aspect ratio 18.5:9.My game is made for 16:9 and i would like to display it with black dorders on smartphones that have this very wide screens.Is there any way in AIR to make that happen or maybe ANE that can fix it ?I noticed that after instaling, app is forced in "full screen aspect ratio". Here is this option from galaxy s8 explained How to enable a full-screen size ratio in Galaxy S8My old apps made with AIR dont have this issue they work perfectly fine on galaxy s8.Thanks
There are posts about this issue dating back years - the only replies from Adobe are either asking the poster to file a bug report (these have been filed) or, less helpfully, explaining to the poster what an ANR is (nice) and just telling them it's probably their fault.Has anyone at Adobe ever investigated this issue in earnest, in order to definitively rule out the possibility that it could be at least in part an issue with AIR and not the fault of the developer? It's happening to many users and being discussed several places, and it's become a critical issue now that Google is aggressively punishing apps' discoverability as a result.Tracker https://github.com/Gamua/Adobe-Runtime-Support/issues/29#issuecomment-388067899 https://forum.starling-framework.org/topic/anrs-crash-rate-survey I'm finding it a bit of a stretch to believe that all of these developers are simply piling too much inefficient code in their touch-event handlers, but I'd be happy to be proven wrong. Any thoughts?
I am unable to get trace statements when I compile and debug with current production release of Air 29.0.0.112 but I do get traces if I use the current beta SDK (29.0.0.108). I am targeting both Windows Desktop and Android, and I see the same behavior for both platforms with both versions of the SDK.Has anyone else run into this?Thanks!Josh
I see the Certificate noted in the release notes for 30.0.0.96 -- not the locale though.These appear in the Application Loader after upload - however, the App is still accepted.WARNING ITMS-90722: "Certificate Expired. The signing certificate "CN=Apple Worldwide Developer Relations Certification Authority, OU=Apple Worldwide Developer Relations, O=Apple Inc., C=US" with serial number 25 used to sign xxx.app has expired. Learn more (https://help.apple.com/xcode/mac/current/#/dev154b28f09)."WARNING ITMS-90176: "Unrecognized Locale - The locale names used in localization directories at ( "Payload/xxx.app/AccountKitStrings.bundle/Resources/cb_IQ.lproj" ) are invalid. iTunes supports BCP47 but not the UN M.49 specification. Refer to the Language and Locale Designations guide at https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPInternational/LanguageandLocaleIDs/LanguageandLocaleIDs.html for more information on naming your language-specific directories."
Love the progress with AIR 28, kudos to the AIR team!All is well using the simulator and packing for Android - however, using FB and packaging for iOS Development, Ad Hoc or Production - I'm seeing the following error:unexpected failure: multiple pointsjava.lang.NumberFormatException: multiple pointsat sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1914)at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)at java.lang.Float.parseFloat(Float.java:451)at com.adobe.air.ipa.IPAOutputStream.addInfoPlist(IPAOutputStream.java:1065)at com.adobe.air.ipa.IPAOutputStream.addApplicationDescriptor(IPAOutputStream.java:216)at com.adobe.air.ApplicationPackager.addSpecialFiles(ApplicationPackager.java:509)at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:87)at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:297)at com.adobe.air.ADT.parseArgsAndGo(ADT.java:673)at com.adobe.air.ADT.run(ADT.java:471)at com.adobe.air.ADT.main(ADT.java:5
What is the real reason for not pooling flash Event objects? Is there any technical issue that is preventing Adobe implementing pooling for their internal objects like Event and TimerEvent and possibly SoundChannel?If not for performance I am sure this can also help save a little battery on the device?Why is Adobe so firmly against implementing pooling for those objects? Is that really that extremely dificult to implement?
Hi,I had a problem uploading ipa to the appstore.I could not upload my ipa to the appstore.Here is the email replied from apple:---------------------------------------------------------------------------------------------------------We identified one or more issues with a recent delivery for your app, "xxx". Please correct the following issues, then upload again.Invalid Bundle - The bundle at 'xxx.app' does not contain a bundle executable.Best regards,The App Store Team----------------------------------------------------------------------------------------------------------Everything is correct: bundle ID, certificate, provision profile. But still giving me the error above.Can anyone help me please?Thanks!I use Air29.0.0.122.Here is my xml file:<?xml version="1.0" encoding="utf-8"?><application xmlns="http://ns.adobe.com/air/application/29.0"> <id>000</id> <versionNumber>1.0.1</versionNumber> <supportedProfiles>mobileDevice<
I am using IntelliJ for an Air project and when I switched for the AIR 28.0.0118 SDK to AIR 29.0.0.122 and tried to debug there was a few second delay and then I got the errors below.==============================================Error:[MyApp (module MyApp)]: java.net.SocketTimeoutException: Accept timed outError:[MyApp (module MyApp)]: java.lang.NoClassDefFoundError: flex2/tools/VersionInfoError:[MyApp (module MyApp)]: at com.intellij.flex.compiler.FlexCompiler.<clinit>(FlexCompiler.java:19)Caused by: java.lang.ClassNotFoundException: flex2.tools.VersionInfo at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424)  
It appears we need both keys present for iOS 11+ to work properly - even though a when-in-use request is made:<key>NSLocationWhenInUseUsageDescription</key><string>This helps you to set your current location when searching for...</string><key>NSLocationAlwaysAndWhenInUseUsageDescription</key> <string>This helps you to set your current location when searching for...</string>The following still spawns an always-use request and not when-in-usegeoLocation = new Geolocation();geoLocation.locationAlwaysUsePermission = false;//this should be false by defaultgeoLocation.requestPermission();I'm also seeing two events after someone clicks "Yes" to the Apple prompt. The first is PermissionStatus.GRANTED followed immediately by PermissionStatus.DENIEDNote - this is only on iOS 10.3.3 (and lower) - 11+ appears to be working as expected by showing the in-use prompt and kicking out PermissionStatus.ONLY_WHEN_IN_USE events.
I have an Adobe Air app and it contains a full-screen StageWebView. I packaged the app with air22, everything works fine on the iPhone,A few days ago I switched to air29, and StageWebView is normal on the iPhone6(iOS11) but there are black bars(About 80 pixels high) on up and down sides of the iPhoneX(iOS11). I don't know what to do. Does anyone have such a problem?Another problem is that iPhone6 has a resolution of 1334*750 and iPhoneX has a resolution of 2436*1125. When I get Stage.fullScreenWidth and Stage.fullScreenHeight in the code, they are both 1136 and 640. So, when I set the StageWebView's viewPort to new Rectangle(0, 0, stage.fullScreenWidth, stage.fullScreenHeight), I obviously felt the page was magnified. This was really bad. Is there a solution to this problem?Thank you!
because of adobe preventing changing android:theme it is currently impossible without hacking apkand making app specific preview window as described here https://cyrilmottier.com/2013/01/23/android-app-launching-made-gorgeous/ adobe can make a custom solution if like to prevent specific tags.instead of default blank preview screen.
Hi,I'm trying to add a loading status and error events to the HTMLLoader class but with no luck what so ever.What I'm looking for is to be able to add;HTTPStatusEvent.HTTP_STATUSIOErrorEvent.IO_ERRORandProgressEvent.PROGRESSevents to the HTMLLoader classDoes anyone have any ideas on how to do this?Thanks in advance.Daz
Hi Adobe,We have been using Adobe AIR Sdk 26 for years, our last updated to iOS apps was on 13th Dec 2017, after the 13th Dec 2017 update we published another update on 25th April 2018 and our iOS app was rejected due to following reason.===================================================================================================================Guideline 2.5.1 - Performance - Software RequirementsYour app uses or references the following non-public APIs:_IOPSGetPowerSourceDescription, _IOPSCopyPowerSourcesList, _IOPSCopyPowerSourcesInfoThe use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change. Continuing to use or conceal non-public APIs in future submissions of this app may result in the termination of your Apple Developer account, as well as removal of all associated apps from the App Store.Next StepsIf you are using third-party libraries, please update to the most recent version of those libraries. If yo
Hi,I just tried to update our app in Play store made with AIR 30 and it is not able to start it, as it appears to be unlicensed. In the log I found this error:05-14 15:36:59.274 12506-12506/? W/System.err: java.lang.SecurityException: MODE_WORLD_READABLE no longer supported05-14 15:36:59.275 12506-12506/? W/System.err: at android.app.ContextImpl.checkMode(ContextImpl.java:2364)05-14 15:36:59.275 12506-12506/? W/System.err: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:383)05-14 15:36:59.275 12506-12506/? W/System.err: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:378)05-14 15:36:59.275 12506-12506/? W/System.err: at com.adobe.air.AIRSharedPref.getConfigData(AIRSharedPref.java:113)05-14 15:36:59.275 12506-12506/? W/System.err: at com.adobe.air.Entrypoints.EntryMainWrapper(Native Method)05-14 15:36:59.275 12506-12506/? W/System.err:
Unable to issue httpRequest on some machines, but his browser can access, I have all the events added to the URLLoader, and trycatch, without any prompt message output.(无法发出 httpRequest 在某些机器上,但是他的浏览器可以访问,我对URLLoader进行了所有事件添加,以及trycatch,却没有任何提示信息输出)
How to publish air window 64 bit.Air?How to publish air window 64 bit.Air?How to publish air window 64 bit.Air?
We changed all http links to https in our application and removed the TransportSecurity definition to allow arbitrary loads. After all these affords we built the MacOSX App and received the following error:Dear Adobe Air Team,as you can see is the application looking for a http link. Please fix this bug so that we do not integrate in the info.plist the TransportSecurity.If we integrate the following permission the app is working:<key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> Thank you very much!
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.