14

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?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Asif Asif
  • 1,511
  • 14
  • 24

2 Answers2

17

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]

Asif Asif
  • 1,511
  • 14
  • 24
  • Hello @Asif, is it really necessary to have the Launch Screen file to make the app optimised for iPhone 6 and iPhone 6 Plus? – Tiago Pereira Nov 20 '14 at 14:07
  • @TiagoPereira yes, apparently Apple tagged it as "important". https://developer.apple.com/library/ios/documentation/userexperience/conceptual/MobileHIG/LaunchImages.html#//apple_ref/doc/uid/TP40006556-CH22-SW1 – Asif Asif Nov 20 '14 at 18:06
  • 3
    Is removing `armv7` actually necessary? That seems bizarre. – Todd Lehman Jan 28 '15 at 01:21
  • Hi @AsifAsif, How did you optimize your existing app for iPhone 6 and iPhone 6 Plus? – Ganesh G May 08 '15 at 06:10
  • the steps above I did to make an existing iPhone 5-optimized app again optimizing for iPhone 6 and 6+. – Asif Asif May 09 '15 at 08:03
1

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

enter image description here

arco444
  • 22,002
  • 12
  • 63
  • 67
dadalar
  • 635
  • 3
  • 8