Nathan Cleary
Nathan Cleary

Reputation: 653

Submitting apps for ios5 or above?

I've recently submitted an app to the app store for ios6 only, since going live I now have people asking to support ios5 now! Can someone advise how this can be done?

Thanks.

Upvotes: 2

Views: 70

Answers (1)

Bill Burgess
Bill Burgess

Reputation: 14164

Change the deployment target to iOS 5 and build for it. Assuming you aren't building against any iOS 6 only API's, you should be good to go. If you are using anything iOS 6 only (auto-layout, etc) you will have to revert those before submitting.

Upvotes: 3

Related Questions