『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi, guys!Our ANE is trying to load a portion of user interface from .xib file.Unfortunately it fails with a crash.Is it even possible in AIR?We put the XIB file "CustomViewController.xib" in the root of .ipa package.And here's the native code that loads the XIB.UINib *uiNib = [UINib nibWithNibName:@“CustomViewController” bundle:[NSBundle mainBundle]];//uiNib is NOT nil at this point. So it was found and loaded.//But the following line crashes.UIView *view = [uiNib instantiateWithOwner:self options:nil].firstObject;This message is printed to the console.*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </var/containers/Bundle/Application/295E25B2-DF66-426D-8DD0-FDF5C816943D/YoWindow Weather.app> (loaded)' with name 'CustomViewController''This is except from the crash.Exception Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYT
I've been trying to package a .swf I created into an .exe native windows installer with the following adt command:adt -package -storetype pkcs12 -keystore my_cert.p12 -storepass ******** -target native -storetype pkcs12 -keystore my_cert.p12 -storepass ******** MyProject.exe MyProject-app.xml MyProject.swf assetsHowever, I keep running into errors about missing SDK files. First, I got an error about missing "naip.exe". I found it in my Flash Builder folder on my Mac and copied it to the Windows machine I'm trying to package on. Then, I got another missing file error, "SDK is missing file runtimes/". I found that folder as well and am copying it over now, but I feel like I'm digging a deeper and deeper hole. Why do I need Flash Builder SDK files to package a native installer? Why can't I just use the latest AIR SDK (20.0.0.204) as downloaded?
I'm attempting to reduce my application back down to a single dex file after struggling with API <= 19 launch times. I currently am ending up with 3 dex files but have a total of only 54k method references. What's going on? I am a whole 10k under the limit, am I missing something here? I've removed the 'android:name="android.support.multidex.MultiDexApplication"' line and have even tried setting that to the default Application reference as well. No change.
I can handle dropdown part using cell renderer, but not able to change the top selection part(combobox.textfield) to display HTML text. Is there any way to solve this problem?myComboBox.addItem({label:t1.text});myComboBox.addItem({label:t2.text});myComboBox.addItem({label:t3.text});myComboBox.addItem({label:t4.text});myComboBox.dropdown.rowHeight = 40;myComboBox.dropdown.setStyle("cellRenderer", dropDownCellRenderer);addChild(myComboBox);package {import fl.controls.listClasses.CellRenderer;public class dropDownCellRenderer extends CellRenderer { public function dropDownCellRenderer() { // constructor code } override protected function drawLayout():void { textField.htmlText = this.label; super.drawLayout(); }}}Regards,Rikun Pat
HiI'm experiencing problems with StageWebView in iOS 12. We use StageWebView to do some login procedures between our platforms and since iOS 12 the cookies are no longer being set. I suspect this has to do with the increased securtiy added to Safari since the StageWebView uses Safari in the background and they added a popup to approve cookies in the new Safari. Anyone any idea how to work around this? And will the cookie message be forwarded in future SDKs? I've tested against AIR 31 with no luck.
Hey,Since Google is expecting you to update your apps targetSDKVersion=26, Oreo, I was wondering which AIR version support which Android SDK? I'm looking at specifically AIR 21 and AIR 30.Thanks. I combed through the release notes but didn't find anything.
I am using a RichWebView ANE by MyFlashLabs that is basically a StageWebView with a few extra features added. I need to be able to inject a header into a WebView because I need to do HTTP Basic Authentication on a mobile device. I do not want a user to have to enter a username and password into a login box(which I don't believe is support on mobile AIR anyway), but would much rather pass the username and password directly to my PHP file in an Authorization Header. The problem is, I have no idea how to add an authorization header when opening a page in a WebView. Any suggestions on things to try would be greatly appreciated!Thanks!
I just tested AIR 29.0 vs AIR 30.0 captiva runtime on Windows XP.AIR 29.0 works and AIR 30.0 (not compiled as 64 bits) gave me the following error message: "... is not a valid Win32 application".I know that Windows XP is dated and there is no more support from Microsoft, however there is a lot of Windows XP machines out there.It's not the end of the world because my updater mechanism was prepared for this.I can provide a x86 version with AIR 29 as final (the very last one) and AIR 30 for x64.
Hi, I publish an AIR for Desktop Windows application from an AIR for iOS FLA file. The app downloads HTML content files from the server, and uses stageWebView to display the HTML content locally. The stageWebView works well to display the HTML content with lots of <div> and layers, but in the desktop version, it shows the HTML background image, but does not display certain <div> that need to show up. Is it a HTML issue? or an AIR webkit issue? What needs to be done to make HTML to work cross-platform in AIR?Thank you for any advice/insights.
Is anyone else having trouble with Application Loader?I need to submit some minor revisions to my apps today to deal with the new screen sizes (Max, XR).No matter what I do, I get the error "No suitable application records were found. Verify your bundle identifier 'mybundleid' is correct."Naturally, I checked my bundle ID and it matches App Store Connect exactly. I tried this with multiple apps, always the same message.I checked my dev certificate. I checked my app distribution certificate.Yes, I did create a new version in App Store Connect for each of the apps I tried to upload.In the past I remember logging out and back in in Application Loader helped, but when I try to do that it wants an app-specific password. When I create one it rejects it. Then I end up logged in (or maybe it never logged me out).Using High Sierra but with the new Xcode released this week.Any ideas?
xpost in bug/performance: BLOCKED: I can't use Application Loader to send Apple my AIR30 app ("Missing or invalid signature...") I need to revise my .ipa in iTunes. However, I got the warning about expired certificate (https://tracker.adobe.com/#/view/AIR-4198650) so I updated to AIR 30. Now, when using App Loader I get a different blocking error:ERROR ITMS-90034: "Missing or invalid signature. The bundle 'com-myapp-bundle-thing' at bundle path 'Payload/My App Name.app' is not signed using an Apple submission certificate."So, I double checked all my certificates and tried many more times. If I roll back to AIR28 I avoid this error, but that just brought back ITMS-90722: "Certificate Expired". I normally sign my app on Windows when I publish in FlashBuilder. I did try to sign on my mac running Flash Builder but I got the same error. In researching I saw some notes about how Apple wants you to sign on a Mac. What's the best way to do that?
It looks like AIR 31 is now automatically deferring screen edge gestures in iOS 11 and iOS 12, specifically where swiping up on the home indicator on iPhone X will now require an additional swipe before it tries to close/minimize the app.This is great for most cases, but is there any way to toggle this behavior off if desired in AIR 31? Some applications that are designed with the safe zones in mind can safely function with just a single swipe up to minimize the app, and don't need to defer the screen edge gestures by default.I didn't see any mention in the release notes about changing this behavior or any way to have control over it, though I did see mention of a fix for issue AIR-4198602 which may be why this was changed.
Hello,how can I let this bar turn to "auto-hide" mode? When will this be supported? It is really in the way in my app!Best,Henning
Hello,I have VUDU on my computer and it updated Adobe Air without my consent. Now I can't watch any movies with the newest version 31. It keeps telling me to install Adobe Air 29 however when I go to try and install that it keeps taking me to Air 31. How do I modify and install 29 without having to go through all these issues. Tried uninstalling VUDU and Adobe Air and still have the same issue. Please help.
HiI'm building a danish iOS app but in the app store I don't want to list all the default languages since it's only supporting danish. I've tried adding <supportedLanguages>da</supportedLanguages> in the descriptor file but it won't compile. What can I do to get danish as the language in the app-store? Or hide all the languages which the app doesn't support (in this case all the default ones).
<InfoAdditions><![CDATA[<key>UIStatusBarStyle</key><string>UIStatusBarStyleBlackOpaque</string><key>UIRequiresPersistentWiFi</key><string>NO</string><key>UIApplicationExitsOnSuspend</key><false /><key>NSAppTransportSecurity</key><dict><key>NSAllowsArbitraryLoads</key><true /></dict><key>beta-reports-active</key><true/><key>UIDeviceFamily</key><array><string>1</string><string>2</string></array><key>MinimumOSVersion</key><string>8.0</string>]]></InfoAdditions>
When I tried to install/update Scratch 2, I get the following error message:The application cannot be installed due to a certificate problem. The certificate does not match the installed application certificate, does not support application upgrades, or is invalid. Please contact the application author.I have uninstalled Adobe AIR and then reinstalled it, but I still get the same error message. I am running Windows 7 currently. What can I do to, so I can install Scratch 2?Thanks,Keith
Encrypted local store doesn't function once an application is installed on my machine. I've been having problems on this computer with encryptedlocalstore, so I setup a basic test program.Things work fine when run from adl, but do not function when run normally. If I run adl on the installed application from inside the .app/Contents/Resources folder the application works fine, but when run normally it fails.I've tried deleting my entire ~/Library/Application Support/Adobe/AIR/ELS folder but to no avail. I uninstalled and reinstalled Adobe Air 2.5.1 and still ELS fails. The folder for the Application is created within the ELS folder, but none of the calls to ELS function, and throw an error with the message "general internal error". There is no stack trace attached to the error messages.I'm running Mac OSX 10.6.6 I'm using Flex sdk 4.5.0.19786, if that might have an affect.Any ideas?
Hi,On iOS 11.* everything was OK, but as always something broke when iOS updating.This code:stage.autoOrients = falsestage.setOrientation(StageOrientation.ROTATED_RIGHT)Expected Result:Stage go to landscape mode and iOS elements (device) go to landscape.Actual Result:The stage switches to landscape mode, but all iOS elements remains in portrait orientation.Environment:iPhone X, iOS 12.0.0AIR 31.0.0.96Animate CC 18.0.2 Windows 10 x64Please help!How i can rotate device elements programmatically? Is it AIR bug? Is it iOS bug?
Good morning,I was using a Google Play licence check ANE in my project, and it is working perfectly with AIR 19, but now Google requires us to upload APKs targeting Android SDK version 26 (Android 8). Using AIR 30, my ANE is not working anymore. I've been following this tutorial:Licensing Adobe AIR applications on Android | Adobe Developer Connection The sad thing is that I don't really need any new stuff, my app works perfectly with AIR 19. (but of course, I cannot apply targetsdkversion=26).Thanks in advance!
Hi All,I'd like to enable Google Analytics for my app. I know that there are some ANEs that aim to provide this functionality. I tried one of them a few years ago and wasn't able to get it to work correctly.Have any of you gotten this working in your apps, i.e. successfully and reliably sending events to Google Analytics? If so, what ANE did you use?Thanks in advance,Douglas
Hi, Like the ANE for the bar code where the camera of the phone can scan in real time the QR code, I'm looking for an ANE that can use the camera to detects numbers (on a license plate for example). Do you know if such ANE exists ? (I'm willing to pay for it of course)
I am new to posting here. I recently purchased and set up a MacBook Pro running 10.13.6. I have been trying to install Adobe Air but keep getting the following message: “AdobeAIR.dmg” is damaged and can’t be opened. You should move it to the Trash. No matter what I do I can't get past this error message. Help! Help! Help! Thank you.
Once downloading Adobe Air .exe I am unable to extract an .msi file I can use to deploy across my school network. Please help!!
Hi all,Are iPhone X Max and X r supported with current AIR SDK 31?Will we get full resolution if we supply correct splash screen images?
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.