JavaLatte
JavaLatte

Reputation: 378

Incorrect launch image size

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

Answers (2)

Daniel Storm
Daniel Storm

Reputation: 18878

You can view the required launch image sizes under the Attributes inspector.

launchImages

Fullscreen

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

Simon Degn
Simon Degn

Reputation: 968

I use 640×960 and 640×1136 in xcode 6.3.1

Upvotes: 0

Related Questions