Can .NET MAUI uses iOS 26 API?

Hi!

I read about the Android & iOS versions requirements for .NET MAUI version 10 here (https://learn.microsoft.com/en-us/dotnet/maui/supported-platforms?view=net-maui-10.0) but I still have a question...

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?
Was this page helpful?