Allow application running with minimum iOS 10 to be downloaded on device with iOS 9.0 (Last compatible version with minimum iOS version 9.0)

We recently updated our applications minimum iOS to 10.0. For that app we were getting good downloads and revenue for devices running on iOS 9. When we try to download the app on iPad mini (iOS 9.3.5) we are getting an error message that the application is not compatible with this device. How will our new user running on iOS 9 be able to download this app? Is it possible that the last compatible version still be downloadable for new users? Thanks!

Replies

You defined the minimum requirement as iOS 10. It is logical it does not load anymore on iOS 9.

So, you have to return to deployment target of iOS 9.

Some application does show this popup when a user tries to download their application on a lower iOS version.

We too have a previous version with iOS version 9.0 support. How can we show similar popup for our app?