Exempting Xamarin.Forms iOS App from Microsoft Intune MDM Policy for Share Extension Feature


I have a Xamarin.Forms iOS app that uses the Share Extension feature to upload files from the attachments of emails in Microsoft Outlook on the device.

My Xamarin.Forms iOS app is distributed via Microsoft Intune with the MDM policy “Send org data to other apps: Policy managed apps” enabled for the managed device.

Although my app doesn’t have any integration with the Microsoft Intune SDK and is not a Policy managed app, I still want to use the Share Extension feature in my app. However, when the “Send org data to other apps: Policy managed apps” policy is enabled, the files accessed through the Share Extension feature are corrupted (possibly due to being encrypted).

I want to exempt my app from the “Send org data to other apps: Policy managed apps” policy. In my research, I found this link: https://learn.microsoft.com/en-us/mem/intune/apps/app-protection-policies-exception#ios-data-transfer-exceptions

It suggests that I can define unmanaged apps as exempt apps using iOS URL protocols to exempt them from this policy. I tried adding the URL scheme of the iOS project of my Xamarin.Forms app to the exempt app list, but it didn’t work. I also added the URL scheme used by the Share Extension to the exempt app list, but that didn’t work either. How can I resolve this issue?

Latest articles

spot_imgspot_img

Related articles

Leave a reply

Please enter your comment!
Please enter your name here

spot_imgspot_img