Extend .NET MAUI application with iOS Extensions #72
Replies: 14 comments 46 replies
-
|
Hi, very nice trick to add your app to the list of apps to share files from other apps. Thanks, Vassili |
Beta Was this translation helpful? Give feedback.
-
|
Is there any guidance on generating an IPA build locally using the dotnet publish command, given the challenge of handling two projects when Maui is expected to be a single project? Specifically, considering the need for a separate provisioning profile for the iOS extension, how can the command accommodate this limitation since it appears to accept only one provisioning profile using parameters such as: |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for writing this and the MAUI templates. You're filling a big hole in the Xamarin Forms -> MAUI migration story. I followed your post here and your notification service extension template to build https://github.com/borigas/NotificationServiceExtensionRepro, but I get an error trying to deploy. "Please select a valid device before running the application". I posted details in an issue at dotnet/maui#22586. Does this still work for you? Did the tooling regress at some point? Did I miss some detail in how I set this up? Thanks again for your help! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, could you please add the new iOS 18 ContactsProvider Extension Template (https://developer.apple.com/documentation/ContactProvider) |
Beta Was this translation helpful? Give feedback.
-
|
Any idea how this could work with Avalonia? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I'm working with .NET 8 and trying to create an iOS Notification Extension Service using .NET MAUI. However, I'm encountering some issues that I can't seem to resolve. Specifically, on my Mac, it's showing an "invalid configuration mapping" error next to the Notification Extension Service. Can you help me with that? |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for making great contents for .net maui . According to the documentation you prepared for the iOS share extension in .NET MAUI, I implemented the share extension. However, when I run the application, it deploys the share extension project to iOS, even though the startup project is set to the MAUI application. To test, I downloaded the Joke app that you prepared, but I encountered the same issue— it deployed the widget app to the phone. Can you help me identify where I am going wrong? Thanks |
Beta Was this translation helpful? Give feedback.
-
|
Great work, thanks! I'm using your MAUI templates at the moment. I have a question tho: but the reference in the solution explorer is marked with a yellow warning icon, and I see a dll is not created in the bin folder for ios... Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
I've recently tried building and deploying this from a Mac (using Rider) to an iPhone. |
Beta Was this translation helpful? Give feedback.
-
|
I don't know if I have come to the right place, but maybe someone could help me. I tried to create Notification Service folowing this tutorial, but I'm getting "Xamarin.iOS does not support deploying the previous version. Please ensure your solution builds before deploying it." error when deploying on local iPhone and "The source '../../IOSNotificationServiceExtension/5cdf4224e9b3649828749b08d1926d9385e09b70cfcb8e952173e6928ddf70bb/bin/Debug/net9.0-ios/ios-arm64/device-builds/iphone10.6-16.7.8/IOSNotificationServiceExtension.appex' does not exist." when I try to build solution on remote mac. .Net 9, tried every suggestion, even this ones: https://developercommunity.visualstudio.com/t/Cannot-build-MAUI-or-iOS-NET-project-wh/10582380 |
Beta Was this translation helpful? Give feedback.
-
|
Can you setup with net 9 ?? |
Beta Was this translation helpful? Give feedback.
-
|
In MAUI, action extension which working on simulator, but it's not working on device. |
Beta Was this translation helpful? Give feedback.
-
|
Does anyone have any idea how to implement iOS Dynamic Island using an ActivityKit widget in a .NET MAUI application or sample? |
Beta Was this translation helpful? Give feedback.
-
|
Hi! I am so glad to find a source for using iOS Extensions in a MAUI App. Struggling for weeks so far to get an Autofill Credential Provider extension running under MAUI (already running in an Xamarin App) At least building and deploing would be a big step forward. So I tried to get the ShareExtension from your MauiSamples repository (the iOSExtensions/ShareExtension projects) running, but build failed with: The source '../../AppContainerExtension/b9176f09788f1a6d33df8a0b5a8c8c3761540c4b762c29e976b0d4451aca65ce/bin/Debug/net10.0-ios/iossimulator-arm64/AppContainerExtension.appex' does not exist. I am using latest XCode 26, newest VS2026, .net10 RC2 on both machines Can you please help? I would be very grateful! |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Extend .NET MAUI application with iOS Extensions
Extend the .NET MAUI application with iOS App Extension in 5 steps.
https://vladislavantonyuk.github.io/articles/Extend-.NET-MAUI-application-with-iOS-Extensions/
Beta Was this translation helpful? Give feedback.
All reactions