waylonion
waylonion

Reputation: 6976

iOS app missing screenshot

Since iOS 6 came out and Apple is requiring screenshots for any apps you update, I'm having problems with app submission!

What if I DO NOT want to have my app support the iPhone 5's big screen yet?

Can I still submit my app without the screen shots? Cause apple is sending me messages regarding these missing screenshots! Thank you!

Upvotes: 8

Views: 9909

Answers (5)

Mike Purcell
Mike Purcell

Reputation: 19999

Just ran into same issue, however my problem was that I forgot to upload the iPad screenshot. Not having an actual iPad I just set devices to iPad retina via Xcode, clicked run, then clicked File -> Save Screen Shot. Then submitted via iTunes: view details -> Click edit in Metadata and Uploads" section -> Choose file under iPad screenshots.

After uploading iPad screen shot, my status went instantly into "under review".

Upvotes: 0

V.Venkatachallam
V.Venkatachallam

Reputation: 81

I faced the same problem while uploading the App to Appstore. Status changed to "Missing Screenshots(1)".

I added a new screenshot of size 1136x640 under "4 inches retina display screenshots" and the status changed to "Waiting for review" immediately.

Upvotes: 8

Idan
Idan

Reputation: 9930

The answer is simple:

  1. The only way to set your app to support iPhone 5 screen is to add launch image for the 4" retina display on your target summary (You can always delete it and you would be back to 3.5" app). If you won't add this launch screen your app would run on 3.5" in the center of iPhone 5 screen (the rest of the screen would be black) and as it used to on older iPhones.
  2. If you submit an app without this launch screen (4") Apple won't ask you for screenshots for iPhone 5.
  3. If you submit an app with the 4" launch screen the app would go to "missing screenshots" state and won't even be reviewed until you add screenshots for 4" display.

Pay attention that Apple soon would stop getting updates of apps that don't support iPhone 5 screen (according to press), So, It is highly recommended to put that on your tasks. Moreover, It is really ugly to run on 3.5" when you have 4".

Hope this explains a bit.

Upvotes: 2

David L
David L

Reputation: 4429

I had a similar problem when submitting an update that did not include support for the iPhone 5. I saw a warning in Xcode that said I was missing "[email protected]" launch image. When I clicked on the warning in Xcode, I was given an option to add a default launch image and I added the default image. Everything worked fine when I created an archive and validated the file in Xcode, however, I eventually got an email from the iTunes store saying "The status for the following app has changed to Missing Screenshot." After tying several things, I eventually figured out that I could remove the "[email protected]" file from my project and resubmit it without the requirement to add the new screenshots for the iPhone 5. I think the presence of the "[email protected]" triggers the need to have iPhone 5 screenshots.

To summarize, the problem I had was caused by adding the "[email protected]" file to the project without adding screenshots to support the iPhone 5 display. When I removed the .png file, validated and resubmitted my app, I was able to successfully submit my app without the screenshots.

I hope this helps.

Upvotes: 22

Gavin Miller
Gavin Miller

Reputation: 43875

The image that apple is asking for is a iTunes image, not an app image. They're looking for a 1024x1024 image so that Mac Retina displays can use that image. Previous the iTunes artwork was 512x512 which you no longer need.

Upvotes: 2

Related Questions