I'm thinking about making an app which needs an iOS API only available on a greater iOS version than the one required by .NET MAUI.
Does this mean that I can't use MAUI for this project? Let say I need some feature from iOS 14+, is it possible? Do I need to do some additional stuff at the project start?