iOS Extensions #3289
-
Is it possible to create iOS Extensions with .NET MAUI? |
Beta Was this translation helpful? Give feedback.
Replies: 20 comments 38 replies
-
i'm also very interested in the story for iOS extensions with .NET MAUI. i couldn't find anything in the wiki @davidortinau |
Beta Was this translation helpful? Give feedback.
-
Also casting my vote for this. I cannot migrate from Xamarin to Maui until iOS Extensions are supported. Edit: I've tried digging to find out if this is on the roadmap, but must have missed it if so. Would love for anyone on the team to simply reply and confirm if this is part of the plan or not. Otherwise, I will need to consider moving off of Xamarin/Maui :( |
Beta Was this translation helpful? Give feedback.
-
According to @davidortinau this should be possible today: https://twitter.com/davidortinau/status/1529970664467226625 Looks like this is the PR that David is referring to: #5218 and it has some instructions on how to use it |
Beta Was this translation helpful? Give feedback.
-
Did anyone find a solution for this ? |
Beta Was this translation helpful? Give feedback.
-
This is also the biggest issue holding us back from migrating to Maui as well. iOS extensions are a big part of our applications |
Beta Was this translation helpful? Give feedback.
-
Adding my +1 - this is our biggest blocker toupgrading, and I don't see this on the .Net 7 roadmap either. We specifically use an "action extension". |
Beta Was this translation helpful? Give feedback.
-
The lack of ios extensions blocks everyone from updating to MAUI who is using pictures in ios notifications (using a notification service extension). |
Beta Was this translation helpful? Give feedback.
-
I found a solution, I will publish a solution in the morning! |
Beta Was this translation helpful? Give feedback.
-
Does the above solution from the link work? I've tried the same steps as the repo but wasn't able to build with the notification extension project reference added to the main project file. |
Beta Was this translation helpful? Give feedback.
-
Did anyone success with Notification Service Extension? I tried every link I can find but no success |
Beta Was this translation helpful? Give feedback.
-
Because of this issue, I had to switch from MAUI to Xamarin, and now to ReactNative. it is a pity that MS did not have time to make the tools. I hope that in .NET8 this will be fixed. |
Beta Was this translation helpful? Give feedback.
-
Is there any way to integrate a Share Extension in an Android and Ios Project without spliting theam? |
Beta Was this translation helpful? Give feedback.
-
@VladislavAntonyuk Please do one video on how to add service extension and content extension..it will be helpful for many |
Beta Was this translation helpful? Give feedback.
-
@VladislavAntonyuk (or anyone). I have implemented this and it works, but I do not get the shared url or text in the receiving app. Not even in the share does the debug breakpoint is hit. I have created IDs for both the main app and the extension in the apple developer portal and also created a group and assigned both of them to it. I have uploaded the solution here: https://ix-pubshare.s3.us-west-2.amazonaws.com/testapp1solution.zip Basically, I want the main app to be able to receive share Urls and text from other apps through the iOS share function. |
Beta Was this translation helpful? Give feedback.
-
I'm encountering a challenge while attempting to generate an IPA build locally using the dotnet publish command within a .NET MAUI project that involves an iOS extension. As .NET MAUI expects a single project structure, managing the requirements of two distinct projects (main app and iOS extension) becomes tricky, particularly concerning provisioning profiles. The current command I'm using is:
Challenge: Query: Any insights, suggestions, or best practices to manage this scenario would be greatly appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
-
One of the biggest challenge i'm facing is we developed a Share extension using Xamarin.Forms. Do we have a way to build the Share extension by using MAUI Xaml yet? Otherwise we can't migrate from Xamarin -> MAUI |
Beta Was this translation helpful? Give feedback.
-
@vikher I'll slightly sweeten the pill: Was added support for Multi-Headed MAUI projects (same structure as for Xamarin.Forms): |
Beta Was this translation helpful? Give feedback.
-
Hello @brandonward34 , Did u found any solution of showing Share Extension in MAUI for iOS. As in my case my app name is visible in the extension but when I am trying to open the app then it's not opening and even controls are also not hitting in ShareViewController class. Please help me if you found some solution . It will help me. Thanks in advance :) |
Beta Was this translation helpful? Give feedback.
-
Did anyone get App Groups to work between the host app and the app extension with @VladislavAntonyuks template? |
Beta Was this translation helpful? Give feedback.
https://vladislavantonyuk.azurewebsites.net/articles/Extend-.NET-MAUI-application-with-iOS-Extensions