IOS – AppStore require apps for iPhone and iPad to be build with iOS 13 SDK after June 30, 2020

applicationsiosios-appstoreiphone

Is possible to build and deploy the first versions of the app with iOS 12 SDK, before the deadline(June 30, 2020) and after that to upgrade to iOS 13 SDK the app and the new updates so all the users will have the minimum first versions of the app, but the new updates after June 30, 2020, to be for users that can and have iOS 13?

Can someone guide me towards a tutorial or something to clarify if it is possible and how should I approach this?

Best Answer

Yes, that is entirely possible. It is just setting the target version to iOS 12 in the first version, and iOS 13 in the second version. You will have to set the iOS 13 release to be timed for release on 30th of June, but apart from that there's nothing "special" in this.

Note: It seems you might have mixed some things up. The deadline requirement for June 30th 2020 is just that the app is to be built with the iOS 13 SDK - it doesn't mean that you have to set your target deployment version to iOS 13. So you can definitely build with iOS 13 SDK to fulfill the deadline requirement, and still only require iOS 11 or iOS 12 or whatever you need.

Users on iOS 12 (or even earlier) should have no problems running apps built with the iOS 13 SDK as long as the target deployment version is set accordingly.