-1

I have an app working fine on all iphone sizes devices properly. I am trying to upload it to app store. I am using LaunchScreen.xib and not using launch images. I have added it to copy bundle resources to solve the problem but it didn't help.

Also solutions mentioned in other questions didn't help me. The error is like below. Anybody has idea about that error?

enter image description here

jscs
  • 63,694
  • 13
  • 151
  • 195
birdcage
  • 2,638
  • 4
  • 35
  • 58

1 Answers1

0

This question is already asked before many times.

as mention in this link

“Your binary is not optimized for iPhone 5” (ITMS-90096) when submitting

  1. Check all those images are .PNG
  2. Put those images at root level of your project
  3. Add another splash.png with name "Default-568h@2x.png" for iPhone 5. Its size should be 640 × 1136 pixel.

Ultimately you need to check your images "all are must be in PNG format".

Edit:

enter image description here

Community
  • 1
  • 1
Badal Shah
  • 7,541
  • 2
  • 30
  • 65