Unable to Open Specific App Page in Company Portal Using Deep Link on iOS

Mengane Avdhut 0 Reputation points
2025-06-02T05:31:34.4633333+00:00

There is a requirement to redirect users to a specific app page within the Microsoft Intune Company Portal app using a deep link in a native iOS application. The URL scheme being used is:

companyportal://apps/{AppID}

However, when invoking this link from the iOS app using UIApplication.shared.open(), the Company Portal app launches but does not navigate to the specific app's page, instead only opening the main/home screen.

Details:

  • The target app is published via Microsoft Intune and is visible in the Company Portal.
  • The {AppID} used in the URL matches the one found in the Intune portal.
  • The link is confirmed to open correctly from the native app.

Question:

Is deep linking to a specific app page supported in the Microsoft Intune Company Portal app using the companyportal:// scheme on iOS? If it is supported, what is the correct format for the deep link? Are there any known limitations with the current version of the Company Portal regarding such deep links? Any official documentation or guidance on this implementation would be appreciated.

Microsoft Security | Intune | Microsoft Intune iOS
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Prathista Ilango 345 Reputation points Microsoft Employee
    2025-06-16T17:34:56.82+00:00

    Hello Mengane Avdhut ,

    Based on my testing, I couldn't launch any app from the company portal, and I don't think such feature is currently supported. The only thing that could be possibly done is to launch the company portal itself.

    What is the purpose of launching app from the company portal? If we know the reason behind this requirement, we could try looking for an alternative, if possible.

    The possible options as of today is to enroll windows devices using deep link, refer below:

    https://learn.microsoft.com/en-us/windows/client-management/mdm-enrollment-of-windows-devices#connect-your-windows-device-to-work-using-a-deep-link

    https://learn.microsoft.com/en-us/windows/client-management/mdm-enrollment-of-windows-devices#connect-to-mdm-using-a-deep-link

    If you found the information above helpful, please Click Yes. This will assist others in the community who encounter a similar issue, enabling them to quickly find the solution and benefit from the guidance provided.

    0 comments No comments

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.