Reputation: 6976
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
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
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
Reputation: 9930
The answer is simple:
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
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
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