Skip to main content
Inspiring
December 4, 2012
Answered

Invalid Launch Image - Your app contains a launch image with a size modifier that is only supported

  • December 4, 2012
  • 4 replies
  • 1690 views

I'm using the latest Adobe AIR and SDK, 3.5. The app works on my iPhone 5 and shows the loading screen, but when making a app store version and uploading it I get this:

Dear developer,

We have discovered one or more issues with your recent delivery for "Eat Sleep Skate". To process your delivery, the following issues must be corrected:

Invalid Launch Image - Your app contains a launch image with a size modifier that is only supported for apps built with the iOS 6.0 SDK or later.

Once these issues have been corrected, go to the Version Details page and click "Ready to Upload Binary." Continue through the submission process until the app status is "Waiting for Upload." You can then deliver the corrected binary.

So it's complaining on my Default-568h@2x.png I think. If I remove it it might accept the file, but I really want a loading screen. So, how can I fix this? I only find solutions for xcode developers

This topic has been closed for replies.
Correct answer

You are probably not using the latest AIR SDK available. One of the labs releases contained a bug leading to this issue.

So, updating your AIR SDK from http://www.adobe.com/devnet/air/air-sdk-download.html shall resolve the issue.

4 replies

TenchyMyoAuthor
Inspiring
December 4, 2012

I found what might be a solution here: http://forums.adobe.com/message/4756089#4756089

But I don't understand.

Correct answer
December 4, 2012

You are probably not using the latest AIR SDK available. One of the labs releases contained a bug leading to this issue.

So, updating your AIR SDK from http://www.adobe.com/devnet/air/air-sdk-download.html shall resolve the issue.

TenchyMyoAuthor
Inspiring
December 4, 2012

You might be right. I do have 3.5, but I see there's different versions of 3.5. The one in the link is version 3.5.0.600, mine is probably a version below that. I will download and install and come back later with the result and click on "Correct" and "Yes" in "Was this helpful?" if it worked.

Thanks.