Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Still not optimized for iPhone 6 and iPhone 6 Plus

I have an app that just went live and it's still not saying "Optimized for iPhone 6 and iPhone 6 Plus"

  • I added launch screens and app icons in required resolutions.
  • Adjusted all inner screen to fit with the new iPhone screens.
  • Added screenshots for 4.7 and 5.5 inches devices on iTunes Connect.

What am I missing now?

like image 971
Asif Asif Avatar asked Oct 08 '14 08:10

Asif Asif


2 Answers

After few additional adjustments made, I had re-submitted the app few days ago. Now it's live and optimized for iPhone 6 and iPhone 6 Plus!

Here are the steps I made:

  • Added App icon (including Settings Icon and Spotlight Icon) & Launch images to Images.xcassets in proper resolution and naming of the files (self-explanatory as they are) was done as following:

enter image description hereenter image description here

  • Additionally added Launch Screen file. Because Apple says it's important to add. enter image description here

  • Made sure that App icon, Launch Image and Launch file sources were properly selected at Project Targets -> General enter image description here

  • Adjusted all inner screens to fit with the iPhone 6 and iPhone 6 plus screens, of course!

  • Made sure that arm64 was included in Project Targets -> Build Settings. (Bye bye iOS 5 support!) enter image description here

  • Removed armv7 from Required device capabilities (a.k.a. UIRequiredDeviceCapabilities) in info.plist enter image description here

  • On iTunes Connect, added screenshots for 4.7 and 5.5 inches devices excluding the device status bar. [Screenshot Properties]

like image 76
Asif Asif Avatar answered Sep 28 '22 00:09

Asif Asif


Launch screen file should also be selected on your target settings:

enter image description here

like image 40
dadalar Avatar answered Sep 27 '22 22:09

dadalar