Open
Description
I've register two hosts in my appxmanifest.xml
file: mysite.com and *.mysite.com.
In server-side json file I have only "packageFamilyName"
and "paths"
fields filled.
Testing shows such result:
mysite.com/path
- works - opened in app
fr.mysite.com/path
- doesn't work - opened in browser
BUT, adding "allowSubdomains": true
to json causes links with subdomains work.
I didn't find any information about this field in docs.
BTW, I found this field researching how Microsoft products work, in particular here.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: c7e251da-3cab-4aa0-2915-21189cf71bef
- Version Independent ID: b244b311-a0e5-185d-df82-1dadf3fe6416
- Content: Enable apps for websites using app URI handlers - UWP applications
- Content Source: uwp/launch-resume/web-to-app-linking.md
- Product: uwp
- Technology: processes-and-threading
- GitHub Login: @alvinashcraft
- Microsoft Alias: aashcraft