I know MAUI and .net doesn't directly support app extensions such as Apple Watch or Vision Pro extensions but I would like to add these to my app. I believe for Xamarin, we were able to export as an Xcode project and then load that in Xcode and then code the extension natively to add it on. Is that possible with .net or MAUI so that I can add an Apple Watch or Vision OS extension to my iOS app?
Edit: Found this which is an example of what I'm looking for with combining Xamarin.iOS with a separate Swift component but this is for Xamarin instead of .Net.
https://learn.microsoft.com/en-us/xamarin/ios/platform/ios14/#embedded-widgetkit-support