Search code examples
iosapp-storestoresubmission

Submitting iOS App with two different targets


I'm developing an iOS app with two different targets. The first target is deployed to support iOS 5 and iOS 6, and the second target for iOS 7. Both targets have different user interfaces (different storyboards), but they have the same code. I have been searching the way to submit both targets for the same app, but I didn't find the answer. Does someone know how to do that?

Thanks.


Solution

  • You can't submit the same app twice for different iOS versions.

    Since all apps submitted must support iOS 7 and be built with the iOS 7 SDK you will need to create one app. Thus you can not submit an iOS 5/6 only app.

    You will need to create an app that support both iOS 5,6 and 7.