James
James

Reputation: 492

Check Build SDK Version

With the new App Requirements and Guidelines from Apple, one of them is that Apps for iPhone or iPad must be built with the iOS 13 SDK or later. My company has several apps on iTunes, and I was wondering if there is some way to see what SDK version a build was built with, either in iTunes or in the Organiser in Xcode. Otherwise I guess the only option is to rebuild and upload apps that we haven't build for a while, but I'm not sure.

Upvotes: 0

Views: 512

Answers (1)

Paulw11
Paulw11

Reputation: 114846

The requirement to use the iOS 13 SDK only applies to new submissions. Apps already on the App Store don't need to be updated.

If you submit a new version containing enhancements or bug fixes, then you need to use the iOS 13 SDK.

You do not need to submit an otherwise unchanged app simply to use the iOS 13 SDK.

Upvotes: 1

Related Questions