iOS Extension using MAUI? #20503
Replies: 2 comments 4 replies
-
Did you try MAUI behaviors? https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/behaviors?view=net-maui-8.0 |
Beta Was this translation helpful? Give feedback.
-
I tried to create an Shared Extension in MAUI for IOS. So, I can't proceed further. My Storyboard is also linked properly with SharedViewController class and added NSExtension in Info.plist file. I u guys succeeded then please suggest some solution. |
Beta Was this translation helpful? Give feedback.
-
We're in a process migrating from Xamarin -> MAUI
One of the biggest challenge i'm facing is we developed a Share extension using Xamarin.Forms by following this guidance: https://learn.microsoft.com/en-us/xamarin/ios/platform/extensions-with-xamarinforms.
Do we have a way to build the Share extension by using MAUI Xaml yet? As far as my research, the MAUI framework is tied heavily to AppDelegate and an extension in iOS does not have such AppDelegate like that. And i can't find nay guidance for this.
Beta Was this translation helpful? Give feedback.
All reactions