Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

web-to-app linking with app URI handlers deployment error

Hi everyone,

I'm trying to achieve web-to-app linking for my HoloLens App so that when I click on certain URI in the browser, my App will be automatically launched/activated. I'm trying to follow this document:
https://msdn.microsoft.com/en-us/windows/uwp/launch-resume/web-to-app-linking
Which is not so clear on the appxmanifest modification part to begin with, so I found a more specific link:
https://msdn.microsoft.com/en-us/library/windows/apps/mt670670.aspx
Which has a more detailed example regarding where to add the Extensions. I added the part stated in the first document successfully without build error (previously when I added it to the wrong location, there's always some error).

The current Package.appxmanifest looks like this:

When I try to deploy it to my HoloLens, I get the following error:

DEP0700 : Registration of the app failed. error 0xC00CE014: App manifest validation error: The app manifest must be valid as per schema: Line 35, Column 10, Note: The schema for OSMinVersion specified does not recognize XML fields with namespace "http://schemas.microsoft.com/appx/manifest/uap/windows10/3". Please ensure that you have the correct OSMinVersion specified. Reason: Element '{http://schemas.microsoft.com/appx/manifest/uap/windows10/3}Extension' is unexpected according to content model of parent element '{http://schemas.microsoft.com/appx/manifest/foundation/windows10}Extensions'.Expecting: {http://schemas.microsoft.com/appx/manifest/foundation/windows10}ApplicationExtensionChoice. (0x80080204)

Anyone can help me out? Thanks a lot in advance!

Best,

Qun

Best Answer

Answers

Sign In or Register to comment.