0

I have an iOS 7 app made since more than a year. I want to make it optimized for the new iPhone 6 and 6 Plus screens but want to keep the iOS 7 compatibility. Is it possible ?

I have already made this :
- Add Launch images at the sizes of iPhone 6 and 6 Plus
There are some UI issues, but I can handle them.

My question is : If the iOS Deployment Target and Base SDK are on "iOS 7.0", is it enough to make my app optimized for iPhone 6 and 6 Plus and iOS 7 compatible ?

Neenu
  • 6,848
  • 2
  • 28
  • 54
Jonathan
  • 606
  • 5
  • 19

1 Answers1

1

Adding the Launch Images are the key to making sure you don't have those black spaces at the top and bottom of your screen. As long as you set your target deployment to 7.0 or 7.1, whichever you prefer, XCode and iTunes Build submission attempts will inform you on and methods or frameworks that are only available to 8.0>