ETA on IOS 7 support?

Would it be possible to get a ETA for when Adobe expects AIR support for iOS 7?
We can expect iOS 7 to be released by Oct 1st* at the latest, so this would be good to know sooner than later...
* Given Apple's track record, they always release the new OS with the new Phone, which always launches 2-3 weeks after their Press Conference. So this is a very safe bet.

AIR 3.9 beta has support for iOS 7:
Release notes:
http://labsdownload.adobe.com/pub/labs/flashruntimes/shared/air3-9_flashplayer11-9_release notes.pdf
Adobe Labs link: http://labs.adobe.com/technologies/flashruntimes/air/

Similar Messages

  • Does adobe reader for android/ios support digital signature?

    does adobe reader for android/ios support digital signature?

    when to support digital signature in adobe reader for android/ios?

  • IOS support for Flash Builder 4.5.1

    I am getting the following message when I try to export a releae build to iOS using Flash Builder 4.5.1:
         This platform is not currently supported for Flex Mobile projects
    I have tried running the update again and gives me the update was successful message, but I still don't have iOS support.
    I did update using the Eclipse updater and was unable to open Flash Builder, but since resolved that issue. I wonder if I need to reinstall Flash Builder and reapply the update or if there is an easier fix.

    I just created a project with Adobe Launchpad (http://labs.adobe.com/technologies/airlaunchpad/), and it looked like I setup all the options for iOS, but when I go to run configurations and try and deploy to an iOS device I'm getting the same problem: "This platform is not currently supported for Flex Mobile projects"
    Anyone know why?

  • The version of iOS on does not match any of the versions of iOS supported for development with this installation of the iOS SDK

    Getting this error message as of this morning: The version of iOS on “iPad” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK. I've downloaded the latest SDK and gone through the usual turn off and turn on again for iPad and computer, removed and reinstalled the iPad from Organizer and have no idea how to make apps build now. I was prompted to update the iphone too but there's no way I'm updating it if this issue can't be resolved.

    Okay these are the steps I took to solve the problem - they may not be the right ones for you but they've solved the problem and saved time hunting for some other solution. Firstly I changed my MAC system to Lion with the £20 download, then I deleted the old Xcode and installed the new version that is app based and doesn't support Snow Leopard, then all was well. I can now update my xcode via the app which is quicker and more logical and can update my iPhone rather than chug along avoiding updates as I need to update my existing apps on the app store and upload a new one.

  • Does Adobe AIR for iOS support APNs?

    Does Adobe AIR for iOS support the Apple Push Notification Service (APNs)?
    for more information on APNs see:
    http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/Remote NotificationsPG/ApplePushService/ApplePushService.html

    It is exactly the same.
    Do I need to add the mobileprovision in any step of the resigning process?
    Inside the unpacjed ipa, i've fund a Info.plist.
    This seems to be the plist file generated from adt.
    Do I need to integrate my entitlement with the original one?
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
        <dict>
            <key>CFBundleAllowMixedLocalizations</key>
            <true/>
            <key>CFBundleVersion</key>
            <string>0.0.0</string>
            <key>CFBundleShortVersionString</key>
            <string>0.0.0</string>
            <key>CFBundleIdentifier</key>
            <string>XXXXXXXX</string>
            <key>CFBundleInfoDictionaryVersion</key>
            <string>6.0</string>
            <key>CFBundleExecutable</key>
            <string>iBatteryExample</string>
            <key>CFBundleDisplayName</key>
            <string>iBatteryExample</string>
            <key>CFBundlePackageType</key>
            <string>APPL</string>
            <key>DTCompiler</key>
            <string>4.2</string>
            <key>DTPlatformBuild</key>
            <string>8C134</string>
            <key>DTPlatformName</key>
            <string>iphoneos</string>
            <key>DTPlatformVersion</key>
            <string>4.2 Seed 2</string>
            <key>DTSDKName</key>
            <string>iphoneos4.2</string>
            <key>DTXcode</key>
            <string>0325</string>
            <key>DTXcodeBuild</key>
            <string>10M2423</string>
            <key>LSRequiresIPhoneOS</key>
            <true/>
            <key>MinimumOSVersion</key>
            <string>4.0</string>
            <key>NSMainNibFile</key>
            <string>MainWindow</string>
            <key>NSMainNibFile~ipad</key>
            <string>MainWindow-iPad</string>
            <key>CFBundleResourceSpecification</key>
            <string>ResourceRules.plist</string>
            <key>UIStatusBarHidden</key>
            <false/>
            <key>renderMode</key>
            <string>auto</string>
            <key>CTRequestedDisplayResolution</key>
            <string>high</string>
            <key>DebugMode</key>
            <false/>
            <key>CTSoftKeyboardBehavior</key>
            <string>none</string>
            <key>CTNamespaceURI</key>
            <string>http://ns.adobe.com/air/application/3.0</string>
            <key>CTAutoOrients</key>
            <true/>
            <key>CTInitialWindowTitle</key>
            <string>iBatteryExample</string>
            <key>CTInitialWindowContent</key>
            <string>xxxxx.app/xxxxxxxx.swf</string>
            <key>CTMaxSWFMajorVersion</key>
            <string>13</string>
            <key>CFBundleSupportedPlatforms</key>
            <array>
                <string>iPhoneOS</string>
            </array>
            <key>UIDeviceFamily</key>
            <array>
                <string>1</string>
                <string>2</string>
            </array>
            <key>aps-environment</key>
            <string>development</string>
            <key>com.apple.developer.aps-environment</key>
            <string>development</string>
            <key>get-task-allow</key>
            <true/>
            <key>UIRequiredDeviceCapabilities</key>
            <array>
                <string>armv7</string>
                <string>opengles-2</string>
            </array>
            <key>UISupportedInterfaceOrientations</key>
            <array>
                <string>UIInterfaceOrientationPortrait</string>
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
                <string>UIInterfaceOrientationLandscapeRight</string>
                <string>UIInterfaceOrientationLandscapeLeft</string>
            </array>
            <key>Extensions</key>
            <array>
                <string>myExtension</string>
            </array>
        </dict>
    </plist>
    as you can see it already contains the aps-environment value because I've added it in my appdescriptor file.
    Any idea?
    Thanks

  • AIR for Apple iOS Support in Flash Builder is not installed.

    I've written an application in Flash Builder and I'm now attempting to get it running on an iPad.
    I am running on a Mac (OSX 10.6.7)
    I have FB 4.5 installed and downloaded the separate 4.5.1 update file successfully updated FB to 4.5.1.
    I have downloaded and installed AIR 2.7.
    I have downloaded and installed the AIR sdk.
    I have an iOS developer account and have created my developer certificatn p12 file, created an Apple Id for my application and a provisioning profile.
    I created a new "ActionScript Mobile Project" for my application and enabled the Apple iOS platform.
    I have entered my certificate and provisioning information into FB.
    I created a "Debug Configuration" for my project.
    When I run my debug configuration, I am prompted for my Certificate Password (which I enter).
    I then receive a pop-up message with the following error:
    "AIR for Apple iOS Support in Flash Builder is not installed. To enable packaging support for Apple iOS follow these instructions."
    The link for the instructions links to the following knowledge base article:
    http://kb2.adobe.com/cps/899/cpsid_89938.html
    I have Flash Builder as a part of the CS5.5 Web Premium (on DVD), which does not appear to have a "AIR for Apple iOS Support" option during the FB installation.
    So I followed the manual installation steps provided (although copying the described folders to my sdks/4.5.1 folder (rather than the sdks/4.5 folder).
    However, doing the above did not resolve the issue. I still get the same error message as before.
    Has anyone else encountered this issue, or have any suggestions on how to resolve it?
    Thanks in advance.

    In case anyone else runs into this issue:
    This problem was solved in this other thread in the Adobe AIR Installation Issues forums:
    http://forums.adobe.com/thread/867868?tstart=0
    Craig.

  • My customized external device(having SPP BT profile) doesnt support iOS support bluetooth profiles, so i need to join MFi program.Does MFi program hepls to support SPP profile or i need to change my devices BT profile.Ask your question.

    MFi program will continue to support SPP profile or i need to rewrit, to make my device support "iOS support bluetooth profiles"

    I expected this to be released quite earlier. But now that it's in process, I'll wait patiently.
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"
    I am an ex-HP Employee.

  • Does reader for iOS support text reflow?

    I have a number of tagged PDFs that I created using Acrobat on a Windows machine, and transferred them to my iPhone. Does Reader on iOS support text reflow so that I can increase the font and read my document? The only option I see is to zoom in, but since it maintains the full page formatting, I then need to "move around" the page to actually read the text. Looking at the full page, the text is too small.
    Thanks.

    Hi Dennis, how are you going to find out if there is enough demand? Do you think everybody knows what text reflow means? And do you think every person that needs it will create an account (just like I had to do) to comment in this community requesting the feature? Text reflows is such a useful feature that it should be available by default in all smartphone platforms iOS, Windows and Android.  I know it is available in Android and that's why I downloaded the app in my iPhone but I was quite disappointed to find out that it is not available on the iPhone.  I'm sure that if in the next update of the iOS adobe app text reflow is included (and if you let the public know about it) then a lot more people will download the app. Reading pdf in an screen is not so pleasant but text reflow makes it really easy.

  • Update Failed: AIR for Apple iOS support

    While Updating my Flash Builder 4.5 to 4.5.1, and 2 other updates, one being the AIR for Apple iOS support.
    When I try installing the update for the iOS support, I get the message: Update is not applicable. Error Code: U44M1P28

    Trying to figure out another solution, I uninstalled Flash Builder 4.5 Premium, to install a new full version of 4.5.1 from Adobe's website.
    While Installing, I get the following message which showed me exactly where my problem is... I have a prereleased version of AIR for Apple iOS Support.
    The Question is... How do I uninstall the prerelease version of AIR for Apple iOS Support? I uninstalled FB4.5, and I removed the remaining folder after installation that was in Flash Builder 4.5 that was in Utilities. though, I still get the message above...
    Any idea on how to Uninstall a Prerelease version of AIR for Apple iOS Support?! No where to be found online.

  • I want the iphone 4 ios supports 8 be kind are not bad not let oblivion because the iphone 4 is as good as the iphone 4s

    I want the iphone 4 ios supports 8 be kind are not bad not let oblivion because the iphone 4 is as good as the iphone 4s

    iOS 8 requires a dual-core processor; the iPhone 4S has that, but the iPhone 4 doesn't.
    (117890)

  • Ios supports jpeg2000 images.

    I wanna use jpeg2000 image in my ios apllication.
    Does ios supports jpeg2000 and if Mac OSX supports jpeg2000 images then how can we port this in ios?

    According to a review of iPhoto for iOS published on the MacWorld website iPhoto for iOS downsizes images when they are imported from your computer. Actually I believe that it's the iPad itself that does this. In any case you end up with a max of about a 3 mp image. That's great for social sharing sites but not to much for real editing of photos that you might want to print.
    iPhoto for iOS will edit photos up to 19 mp but they have to be imported via the camera connection kit directly from an SD card or the camera. So iPhoto should edit large jpg files imported directly. But the article does say that iPhoto for iOS does not edit RAW files.
    You can see the article here
    http://www.macworld.com/appguide/app.html?id=1189243&expand=true

  • ETA for PIN support for EAS on the PRE?

    Is there an ETA for EAS support on the Pre? Many users are anxious to see this happen.
    Post relates to: Pre p100eww (Sprint)

    Ah, I was outraged as well. And then I discovered the entire thread was moved to the Synergy (webOS) forum: link to the whole thread.
    Message Edited by tspine on 06-08-2009 05:18 PM
    Message Edited by tspine on 06-08-2009 05:19 PM

  • Does iOS support syncing contact photos using Bluetooth PBAP?

    I know iOS supports PBAP.
    I know the PBAP protocol supports syncing pictures (http://www.spinics.net/lists/linux-bluetooth/msg28488.html)
    Does iOS supports this too?

    No one would have any idea what Apple plans, unless they announse - which is very rare.
    Iphone does not support bluetooth printing.

  • Does iOS support #009c9c Color?

    Does iOS support #009c9c Color (RGB: R0 G156 B156)? This colour is appearing as a different color on iOS devices.

    Hi,
    You can see the answer to this question here:
    https://support.mozilla.org/en-US/questions/856979
    Thanks for using Firefox for mobile!
    -Michelle

  • When will Adobe Reader for iOS support Livecycle XFA forms?

    Adobe Reader for iOS currently does not appear to support XFA forms created through Livecycle. Although it supports some field types, the HTTP submit and Email submit buttons don't work.
    Being able to email the completed form ready for someone else to submit would be a work around, however when attempting to 'share' a completed form and send it by email the form is blank when saved and opened in the desktop version of Adobe Reader on a PC.
    We are getting more and more requests from ipad users who wish to use our forms, and it seems that some other paid-for apps claim to support this. Seeing as Adobe Reader is the industry standard product for using PDFs could we have more support for pdf forms please?
    ...or at the very least, a product roadmap with some dates for when this might be available please?

    There are two basic varieties of LiveCycle XFA...Static XFA and Dynamic XFA, which are very different in terms of their future for potential support in Adobe Reader for iOS. Which variety of XFA are you using?
    Static XFA uses the PDF markup language for content and form fields, so users can view the documents in Adobe Reader for iOS, but we currently do not properly handle filling, saving, and submitting those forms. I have improving our handling of Static XFA on my roadmap, but cannot offer any specific date yet (sorry, policy plus actual uncertainty). I know that there are some other apps that partially support Static XFA, though I do not know how complete their support is. If you can even open the XFA document in Adobe Reader for iOS, it is likely Static XFA.
    Dynamic XFA is effectively a JavaScript application packaged inside a PDF wrapper, which generates layout and form fields via code and requires a significant engine to support this. Support for Dynamic XFA is unfortunately not currently on our roadmap for iOS due to the nature of the technology, and our concern that any implementation we try likely will not pass Apple's restriction against installing something that allows other "apps" to be downloaded and executed from within it. The LiveCycle team is exploring solutions for our enterprise customers wanting to use Dynamic XFA from mobile devices as part of their server offering, but I cannot offer any insight here. To my knowledge, there are no applications that handle Dynamic XFA other than Adobe Reader for the desktop platforms (Windows, Mac, Linux).
    Dennis

Maybe you are looking for

  • AIR 3.9 crashes on Mac OS X 10.9.1

    One of our users has suddenly started experiencing crashes on Mac. There has been no change to the application. Has already tried re-installing the app as well as AIR 3.9. What could be wrong? Any ideas? Thanks. Process:         Convo [1655] Path:   

  • What's the correct form of the URL for wiki calendar access in iCal?

    I understand the URL for my personal calendar "server.domain.net/webcal", but whats the URL for a wiki calendar? Under SL I used to access wiki calendars in iCal using a URL of the form "server.domain.net/principals/wikis/<wiki_name>" but this no lon

  • Online number has never worked

    I have just had a reminder that my online number is about to expire, but it has never worked. When I dial it, it connects for a nano-second, and then immediately I get the disconnected beeps. I wondered if it was my phone supplie preventing the numbe

  • Can't access AirPort Snow from the utility... :-(

    dear all, a couple of days ago I got a 2nd hand AirPort base "Snow", with the idea of setting up a wifi network at home but still having the PowerMac G4 connected via ethernet, as it doesn't have an AirPort card and I don't really want to install one

  • How do I authorize my MAC for iTunes 11 (The newest 11) ? Please Help.

    Please help me. I can't dowload anything and it is really starting to bother me. I have tried everything and this is my last resort.