Fabrizio Prosperi
Fabrizio Prosperi

Reputation: 1398

Submitting new version of existing app on App Store only for iOS7 users. Is it possible?

Trivial question I know, but I need to figure out this before I actually try it on iTunes Connect.

I have an application on the App Store, I would like that next version of the app is only available to users of iOS7 or greater.

I wonder if simply updating my app info.plist to support > iOS7 is enough to leave existing users running iOS6 with the latest version I released (1.9) before changing info.plist, and instead have iOS7 users prompted (or automatically updated) to the new 2.0 iOS7-only version?

Or maybe there is something else I have to specify under iTunes Connect? I can't see anything actually there...

Upvotes: 1

Views: 182

Answers (1)

rmaddy
rmaddy

Reputation: 318774

Yes, this is how it works. If you update your app's Deployment Target to iOS 7 then existing iOS 6 users will not be told of an update (and won't be able to update). iOS 7 users will be able to update.

Upvotes: 4

Related Questions