Home > front end >  Xcode Consequences of Raising Minimum Deployment Target for Users of older OS
Xcode Consequences of Raising Minimum Deployment Target for Users of older OS

Time:02-23

Say I raise the minimum deployment target to iOS 15 for a new version release when it was iOS 14 before. Will users on iOS 14 still be able to download the old version with the lower deployment target?

CodePudding user response:

Short answer, yes. Your old version will still be available.

  • Related