Reputation: 378
Using Xcode 6.3.1, I tried to submit an app to the App Store and it was rejected saying that I needed to provide a launch image size of 320x568 for iPhone 5. The images.xcassets
section requires 6 images. What sizes are required for each of the images?
I have looked at this, but it does not give a satisfactory answer.
Upvotes: 2
Views: 779
Reputation: 18878
You can view the required launch image
sizes under the Attributes inspector.
This shows all the launch images
available for a universal application that supports both portrait and landscape. The minimum amount of launch images
required for you to submit your application to the App Store can be seen here.
Upvotes: 6