What are the results of changing the deployment target?

Hi, I have launched an app built with SwiftUI for iOS 14+.

It turned out that SwiftUI for iOS 15+ introduced some quite important changes for my app (most of all better support for NavigationLinks and managing keyboard with FocusState).

From now on, I'd like to only release updates for iOS 15+, but I don't want to lose any users and any ratings/reviews on the App Store.

Could someone please let me know what the exact outcomes of setting the deployment target to a newer iOS are?

Is it that the users with iOS older than iOS 15, will simply not see/receive updates? Will all the ratings and reviews be intact?

Thank you

What are the results of changing the deployment target?
 
 
Q