Jason
Jason

Reputation: 14605

How to increase minimum iOS version for iPhone app installation?

I recently submitted a new version of my app to the app store, and increased the Deployment Target to 3.2, to make the app no longer able to install on iOS 3.1.3 which is not compatible with it. However, when the app went live on the store, it still is listed as "Compatible with iOS 3.1.3 or later." How can I increase the minimum iOS version for the App Store, so that users with older iOS versions won't be able to install the app?

Upvotes: 2

Views: 903

Answers (1)

Evan Mulawski
Evan Mulawski

Reputation: 55334

Make sure to empty the "build" folder inside of your project folder and test the app either on the device or in the simulator once before resubmitting it for review.

Upvotes: 1

Related Questions