I know the answer to this question depends on the situation and my target users however since I've just moved from android workspace to Swift and Xcode, I'm looking for similar android concepts over here.
In android there are platform version and distribution report which shows when I set a specific min API level, what percentage of user can use my application.
I've asked this question since I'm going to use named colors which is supported only by devices which have iOS 11.0+. I was wondering what percentage of user will miss my application if I use iOS 11.0 as deployment target. So:
- I want to know is there any statistics provided by apple for iOS version current usage or not?
- I want to know are there any rule of thumb for setting deployment target in iOS application or not?