Different iOS versions

Hello everyone!
How can I make my app available for downloading and using on any iOS Device(i.e. with any iOS version)?

You need to select the minimum version iOS you want to deploy in the project settings.

Many people recommend n-1 meaning we’re on iOS 14 now, so you support iOS 13

But you can always only support iOS 14 if you want