You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add the Microsoft.Intune.Maui.Essentials.iOS 20.2.1 package to my Share Extension project (outside of the main project), the extension works only on the iOS simulator. However, when running on a real device, the extension project fails to load properly — it opens briefly but then closes immediately. The main MAUI project works without any issues.
When I remove this package from the Share Extension project, the extension works fine on the real device, but the issue occurs specifically when this package is included in the extension project.
This issue does not appear in the main MAUI project. The problem seems to be related to the usage of the Microsoft.Intune.Maui.Essentials.iOS package in the Share Extension.
Steps to reproduce:
Add Microsoft.Intune.Maui.Essentials.iOS 20.2.1 to the Share Extension project.
Build and run on a real iOS device.
Observe that the extension fails to load properly (opens and closes immediately).
Remove the package from the Share Extension project.
The extension works as expected on the real device.
Expected behavior: The Share Extension project should work on both the simulator and real device when the Microsoft.Intune.Maui.Essentials.iOS package is included.
Questions to Ask Before Submission
Does the app build and launch without including the Microsoft.Intune.Maui.Essentials.iOS package? yes
Does the issue reproduce if you rebuild after deleting the bin and obj output folders? yes
The text was updated successfully, but these errors were encountered:
When I add the Microsoft.Intune.Maui.Essentials.iOS 20.2.1 package to my Share Extension project (outside of the main project), the extension works only on the iOS simulator. However, when running on a real device, the extension project fails to load properly — it opens briefly but then closes immediately. The main MAUI project works without any issues.
When I remove this package from the Share Extension project, the extension works fine on the real device, but the issue occurs specifically when this package is included in the extension project.
This issue does not appear in the main MAUI project. The problem seems to be related to the usage of the Microsoft.Intune.Maui.Essentials.iOS package in the Share Extension.
Steps to reproduce:
Add Microsoft.Intune.Maui.Essentials.iOS 20.2.1 to the Share Extension project.
Build and run on a real iOS device.
Observe that the extension fails to load properly (opens and closes immediately).
Remove the package from the Share Extension project.
The extension works as expected on the real device.
Expected behavior: The Share Extension project should work on both the simulator and real device when the Microsoft.Intune.Maui.Essentials.iOS package is included.
Questions to Ask Before Submission
Microsoft.Intune.Maui.Essentials.iOS
package? yesbin
andobj
output folders? yesThe text was updated successfully, but these errors were encountered: