Including iOS Extensions in a .NET MAUI App

Justin m 5 Reputation points
2024-08-27T05:59:20.02+00:00

I am working on a MAUI app for iOS that will be used for screen sharing and recording with the use of platform-centric features like broadcast extensions. I have two questions:

  1. Can I bundle an iOS extension as part of a MAUI app so that the extension will be included with the completed app? Since extensions must be created as an Xcode project, it requires bundling with the IPA file generated from a VSCode project on a Mac, resulting in different build environments.
  2. Is it possible to add a MAUI app to an Apple app group that already includes an iOS extension? Without an app group, it is difficult to communicate between the main app (MAUI) and the extension.

I have seen many open issues on GitHub with people raising concerns that the main obstacle for migrating to MAUI is the lack of support for iOS extensions.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,399 questions
{count} vote

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.