Replies: 1 comment 1 reply
-
In my testing, creating a new app and just adding the protocol activation worked. Note though, the app won't be activated if it's not published and installed as a package since otherwise the registration might not work. Looking at your appxmanifest, I don't see any errors (assuming the com and desktop namespaces are correct). Did you make any modifications to the App.xaml.cs file? Are you able to reproduce this with a blank project? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running into "Get an app to open this link" error when I try to open my app via deep link.
I have added the uap:Extension in my Application section of Package.appxmanifest:
Am I missing anything?
WindowsAppSDK package version: 1.4.231008000
Beta Was this translation helpful? Give feedback.
All reactions