Adobe Air Initiates the wrong launch Image on iPhone 6 - Possible App Rejection by Apple Review Team for all developers

I've opened a bug for this issue as well. I want to ask if anyone experiencing the same issue and has found a workaround.  Basically Air Runtime is picking up the wrong launch image when launching on iPhone 6. It defaults to [email protected] instead of the [email protected] iOS 8 picks the correct image but Air Runtime does not. Here is the link for the bug. If this is confirmed, this could result in rejection for all the app developers who optimized their apps for iPhone 6 . It is hard to catch this bug in release mode since the Air Runtime loads pretty fast and it occurs when you device is slow or doing something in the background. You can see it easily on iOS simulator or debug mode. We tried everything for a workaround but we failed.
Bug#3831747 - Adobe Air Initiates the wrong launch Image on iPhone 6 - Possible App Rejection by Apple Review Team for a…

Apple recommends the storyboard/xib option but you can still use launch images as assets in your root. When you open a new project in xcode you can look at Contents.json and see the naming conventions they use for iOS8. We grabbed the new naming convention from here. Also setting up in the application xml the UILaunchImages key works too. Please see the below example. It would be a better solution if Adobe Air refers to xml/info.plist values that the developer sets instead of hard-coded naming conventions.
<key>UILaunchImages</key>
  <array>
      <dict>
          <key>UILaunchImageMinimumOSVersion</key>
          <string>8.0</string>
          <key>UILaunchImageName</key>
          <string>Default-667h</string>
          <key>UILaunchImageOrientation</key>
          <string>Portrait</string>
          <key>UILaunchImageSize</key>
          <string>{375, 667}</string>
      </dict>

Similar Messages

  • HT4623 i put the wrong passcode on my iphone now is locked how can i unlocke it

    i put the wrong passcode on my iphone now is locked how can i unlocke it

    If You Are Locked Out Or Have Forgotten Your Passcode
    iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    iOS- Understanding passcodes
    A Complete Guide to Recover Your iDevice if You Forget Your Passcode
    If you cannot remember the passcode, you will need to restore your device using the computer with which you last synced it. This allows you to reset your passcode and resync the data from the device (or restore from a backup). If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present. Refer to Updating and restoring iPhone, iPad and iPod touch software.
    Try restoring the iOS device if backing up and erasing all content and settings doesn't resolve the issue. Using iTunes to restore iOS devices is part of standard isolation troubleshooting. Restoring your device will delete all data and content, including songs, videos, contacts, photos, and calendar information, and will restore all settings to their factory condition.
    Before restoring your iOS device, Apple recommends that you either sync with iTunes to transfer any purchases you have made, or back up new data (data acquired after your last sync). If you have movie rentals on the device, see iTunes Store movie rental usage rights in the United States before restoring.
    Follow these steps to restore your device:
         1. Verify that you are using the latest version of iTunes before attempting to update.
         2. Connect your device to your computer.
         3. Select your iPhone, iPad, or iPod touch when it appears in iTunes under Devices.
         4. Select the Summary tab.
         5. Select the Restore option.
         6. When prompted to back up your settings before restoring, select the Back Up
             option (see in the image below). If you have just backed up the device, it is not
             necessary to create another.
         7. Select the Restore option when iTunes prompts you (as long as you've backed up,
             you should not have to worry about restoring your iOS device).
         8. When the restore process has completed, the device restarts and displays the Apple
             logo while starting up:
               After a restore, the iOS device displays the "Connect to iTunes" screen. For updating
              to iOS 5 or later, follow the steps in the iOS Setup Assistant. For earlier versions of
              iOS, keep your device connected until the "Connect to iTunes" screen goes away or
              you see "iPhone is activated."
         9. The final step is to restore your device from a previous backup.
    If you can not restore your device then you will need to go to recovery mode.
    Placing your device into recovery mode:
    Follow these steps to place your iOS device into recovery mode. If your iOS device is already in recovery mode, you can proceed immediately to step 6.
         1. Disconnect the USB cable from the iPhone, iPad, or iPod touch, but leave the other end
             of the cable connected to your computer's USB port.
         2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the
             red slider appears, then slide the slider. Wait for the device to turn off.
              If you cannot turn off the device using the slider, press and hold the Sleep/Wake
              and Home buttons at the same time. When the device turns off, release the Sleep/Wake
              and Home buttons.
         3. While pressing and holding the Home button, reconnect the USB cable to the device.
             The device should turn on. Note: If you see the screen pictured below, let the device
             charge for at least ten minutes to ensure that the battery has some charge, and then
             start with step 2 again.
         4. Continue holding the Home button until you see the "Connect to iTunes" screen.
             When this screen appears you can release the Home button.
         5. If necessary, open iTunes. You should see the following "recovery mode" alert:
         6. Use iTunes to restore the device.
    If you don't see the "Connect to iTunes" screen, try these steps again. If you see the "Connect to iTunes" screen but the device does not appear in iTunes, see this article and its related links.
    Additional Information:
    Note: When using recovery mode, you can only restore the device. All user content on the device will be erased, but if you had previously synced with iTunes on this computer, you can restore from a previous backup. See this article for more information.

  • I need help to remove the wrong email on my Iphone.  I can't down load app because my apple ID doese not match with the wrong email please help

    I need help to remove the wrong email on my Iphone.  the represnter who set up my phone put in the wrong email, and now I can't down loand apps on my phone because the apple ID does not match

    So sign out of the Apple ID under Settings > iTunes & App Store, then sign in with your own.

  • Photoshop elements 10 won't start. Message is. 'Runtime error.  Application has requested the runtime to terminate in an unusual way.  Please contact support team for more information' 'microsoft Visual C   Runtime Library.  How do I fix this or can I jus

    photoshop elements 10 won't start. Message is. 'Runtime error.  Application has requested the runtime to terminate in an unusual way.  Please contact support team for more information' 'microsoft Visual C   Runtime Library.  How do I fix this or can I just uninstal and then re-instal (without losing my spare licence that I want to use elsewhere)  It is a PC not a Mac

    See if anything here helps:
    Troubleshoot C++ runtime errors | Adobe products | Windows

  • Adobe DPS App rejected by Apple

    An app I created for a client just got rejected by Apple.
    The reason given was:
    "We were unable to complete your review because we could not install your app on a device.
    The UIRequiredDeviceCapabilities key in the Info.plist is set in such a way that the app will not install on an iPad.
    Please ensure that the app's UIRequiredDeviceCapabilities key configuration is correct. Attributes should only be placed in the UIRequiredDeviceCapabilities key if the attribute is either required for the function of the application or if it must not be present on the device. "
    How am I supposed to change the UIRequiredDeviceCapabilities key configuration?
    I thought that the Viewer Builder did that for you. I used V21, as the instructions said to use the most recent version. Could that be the issue?
    The app, which is a simple catalogue, ran fine during testing.
    What do I need to modify for them to be able to install the app on an iPad?

    Yes. I did and it worked perfectly.
    I thought about just re-generating the packet and rolling back the version of the builder to V20 instead of V21, and seeing if that does it, but our client is  in quite a hurry to publish this catalogue, and would prefer to not have to waste time waiting for an approval, without really knowing what the problem is.
    Il giorno 20/ago/2012, alle ore 12:34, alistairgillan <[email protected]> ha scritto:
    Re: Adobe DPS App rejected by Apple
    created by alistairgillan in Digital Publishing Suite - View the full discussion
    Just to clarify, did you create the developer IPA file and install that on your ipad?
    Alistair
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4633359#4633359
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4633359#4633359. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Digital Publishing Suite by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Is it possible to reorder an iPhoto book 2 years later? My hard drive crashed and the photo book is no longer in my iPhoto but Apple printed it for me before the crash.  Would Apple still be able to print another copy?

    Is it possible to reorder an iPhoto book 2 years later? My hard drive crashed and the photo book is no longer in my iPhoto but Apple printed it for me before the crash.  Would Apple still be able to print another copy?

    For future books you might consider doing what I do:  create a separate library for each book andcopy the photos for the book from your working library to the book library with iPhoto Library Manager. 
    When the book is completed and ordered burn the library package to a CD, DVD or external HD to archive it so it's available for editing and reordering at a later date if needed.

  • When the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently.but in fact,when the app in background ,the app need data update to make the

    when the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently。but in fact,when the app in background ,the app need data update to make the function of  trajectory replay come ture。in fact, we have added function when the app  is in background mode。we have point out the point to them by email。but they still have question on the background mode,we are confused,does anyone can help me,i still don't know why do review team can't find the data update when  the app is in background and how do i modify the app,or what is the really problem they refered,do i misunderstand them?
    the blow is the content of the review team email:
    We found that your app uses a background mode but does not include functionality that requires that mode to run persistently. This behavior is not in compliance with the App Store Review Guidelines.
    We noticed your app declares support for location in the UIBackgroundModes key in your Info.plist but does not include features that require persistent location.
    It would be appropriate to add features that require persistent use of real-time location updates while the app is in the background or remove the "location" setting from the UIBackgroundModes key. If your application does not require persistent, real-time location updates, we recommend using the significant-change location service or the region monitoring location service.
    For more information on these options, please see the "Starting the Significant-Change Location Service" and "Monitoring Shape-Based Regions" sections in the Location Awareness Programming Guide.
    If you choose to add features that use the Location Background Mode, please include the following battery use disclaimer in your Application Description:
    "Continued use of GPS running in the background can dramatically decrease battery life."
    Additionally, at your earliest opportunity, please review the following question/s and provide as detailed information as you can in response. The more information you can provide upfront, the sooner we can complete your review.
    We are unable to access the app in use in "http://www.wayding.com/waydingweb/article/12/139". Please provide us a valid demo video to show your app in use.
    For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
    - complete details of your rejection issue(s)
    - screenshots
    - steps to reproduce the issue(s)
    - symbolicated crash logs - if your issue results in a crash log
    If you have difficulty reproducing a reported issue, please try testing the workflow as described in <https://developer.apple.com/library/ios/qa/qa1764/>Technical Q&A QA1764: How to reproduce a crash or bug that only App Review or users are seeing.

    Unfortunately, these forums here are all user to user; you might try the developer forums or get in touch with the team that you are working with.

  • I have purchased my apple iPhone 5 from Germany, and now I am back to India. I need to contact the German apple support team for queries related  my device. How to contact the apple support team in Germany from India ?

    I have purchased my apple iPhone 5 from Germany, and now I am back to India. I need to contact the German apple support team for queries related  my device. How to contact the apple support team in Germany from India ?

    Warranty and support is only valid in the country of origin, or in the case of a device purchased in an EU country, only in an EU country.
    Unless you will be visiting an Apple store in one of the EU countries before the warranty expires, you are pretty much out of luck.
    FYI, the Contact Us link at the bottom of the page provides the appropriate contact information for Apple.

  • Still cant find the google earth on my iphone s app store but it does exist on itunes app store

    still cant find the google earth on my iphone s app store but it does exist on itunes app store

    Then download it on your computer and sync it to the phone.

  • I am having problems with the month of October.  When I have the full month view, the synced items from google calendars won't show.  But they do for all the other months.

    I am having problems with the month of October.  When I have the full month view, the synced items from google calendars won't show.  But they do for all the other months.  There is definitely a glitch somewhere because if I am on day view and try to click on day 15 of October, it will not let me.  It totally is acting weird.

    Free fonts, fonts from a reliable foundry?
    Have you tried removing them temporarily?
    Do you still have problems if you create a new Windows user account and log in with that? How about if you start in Safe Mode?
    And I would run a memory checker and see Troubleshoot font problems | Windows

  • In new iphone 5 very first call getting busy tone for all the numbers

    in new iphone 5 very first call getting busy tone for all the numbers.

    my son had this problem.  I went to the apple store and they wiped out and restored the phone..  They said that was all they could do but that I should call our phone carrier and ask them.  I did.  They asked if in the top left side, next to battery power there was a icon of a half moon.  There was. They said to go in to settings and go to "Do not Disturb" and turn it off.  I did.....problem solved!!! Somehow "do not disturb" was turned on and that is what happens if it is!!
    I hope this helps.

  • Hey I don't know if I'm in the right place but i would just like to give apple an idea for there next big upgrade. I would like to sugest  "Liger" as a new operating software :)

    Hey I don't know if I'm in the right place but i would just like to give apple an idea for there next big upgrade. I would like to sugest  "Liger" as a new operating software>

    Well, I think they've boxed themselves in so that the next revision will have to be called Aslan.  (ok, maybe that joke's too subtle, so I'll link it)

  • Help install Adobe Air tried the terminal fix- Not working

    I own a lot of Adobe products including Creative Suite Design Premium.  I have tried downloading Adobe Air to no avail.
    I eventried
    manual solution to Adobe AIR not installing:  Didn't work.  Can anyone help?  Here is the log file from the attempt.
    Sep 24 21:09:27 macintosh /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[2532]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/tanya_mac_laptop/Library/Application Support/Adobe"
    Sep 24 21:09:28 macintosh /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[2532]: Starting silent runtime install. Installing runtime version 2.7.1.19610
    Sep 24 21:09:28 macintosh /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[2532]: Error occurred during copy operation; beginning rollback: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #1" errorID=1]
    Sep 24 21:09:28 macintosh /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[2532]: Error during rollback ignored: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #3003" errorID=3003]
    Sep 24 21:09:28 macintosh /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[2532]: Rollback complete
    Sep 24 21:09:28 macintosh /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[2532]: Exiting due to error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #3003" errorID=3003]
    Sep 24 21:09:28 macintosh /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[2523]: Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3003" errorID=3003]
    Sep 24 21:09:28 macintosh /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[2532]: Runtime Installer end with exit code 7
    Sep 24 21:09:31 macintosh /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[2523]: Runtime Installer end with exit code 7
    Sep 24 21:09:31 macintosh com.apple.launchd.peruser.501[151] ([0x0-0xd30d3].com.adobe.air.Installer[2523]): Exited with exit code: 7
    Thanks in advance.
    Tanya Metaksa

    Could you try manually deleting the following folder: /Library/Frameworks/Adobe AIR.framework ?  Once deleted, try installing again.
    Thanks,
    Chris

  • Can't install widget browser - Adobe AIR, "Something went Wrong . . ."

    I'm having trouble installing the widget browser as I get an error:
    "Something went wrong trying to install this application.  Please install the latest version of Adobe AIR from
    http://www.adobe.com/go/getair and then try again."  I've included a screen shot at bottom of this post.
    I've downloaded the adobe air application and installed several times, but still get this same popup error
    message when trying to install the Dreamweaver Widget Browser.
    Here are some details of my system:
    OS: Vista Ultimate 64bit
    Browser: Firefox 3.6.3
    Dreamweaver CS5
    Adobe Flash 10 installed
    Adobe Download Manager installed
    Adobe Air installed (per Control Panel -> Programs & Features)

    Thank you for your replies and help.  I followed your instructions and found that I'm running the current version of AIR:
    I couldn't find the version via your first instructions.  When I browsed and ran properties on folder 1.0, I was presented with Version folders with different dates, but could find nothing about the current version.
    I followed your second set of instructions and was able to browse to the AIR folder and just run the application and browse for the file I downloaded.  It worked like a charm to visually show me the version, (first screen shot above).
    I'm wondering if it's because I try to keep my C:Windows drive as bare as possible by installing all of my applications on another hard drive.  This version of AIR is running on my C drive, yet DW & Photoshop CS5 are running on my "E" drive where there is no folder called "Common Files" for AIR versions.
    I've run the command line you had suggested as well in order to keep a log file.  I'll pass along the results when I try to install again.

  • Pls install latest version of Adobe AIR-something went wrong

    When I try to open an episode in Photoshop CS5 Feature Tour () http://tv.adobe.com/watch/photoshop-cs5-feature-tour/terry-whites-favorite-things-about-cs 5-design-premium/) an AIR error message pops up saying:
    Something went wrong trying to install this application. Please install the latest version of Adobe AIR from http://www.adobe.com/go/getair and then try again.
    I have downloaded the program from that site, uninstalled AIR and reinstalled the downloaded version to no avail. It just keeps popping up. I click OK on the pop-up error message and the video plays just fine. But it is an annoying pop-up that just won't go away.
    What gives.
    Roxy

    No, I bloody hate that feature of Vista and turned it off long ago!
    I think you’re on the money with the permissions thing because the digging around on the net, which I read seems to points to that.
    But as I say there is loads of conjuncture and advice but no solutions
    Mike

Maybe you are looking for