Is it possible to analyze the distribution of iOS 13 of one of my app using AppStore Connect?
Background:
I have an app in the AppStore which currently uses iOS 11.0 as deployment target. Now I would like to use an Apple API which requires a minimum deployment target of iOS 13.0.
I don't want to exclude many user, If I would set the deployment target in the next version to iOS 13.0.
I have no 3rd party analytic tools integrated in my app.
Additional question:
If I would change deployment target to iOS 13, can users with lower iOS still download the last compatible version of my app which uses lower deployment target?