You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon trying to use protocol activation, the registered application will be listed twice within the application picker:
Please note, that (like the screenshot above depicts this behaviour as well) the app will be listed twice (I'd even expect the app to open directly if no other app would be registered to foo-URIs).
Also selecting the first entry will result in the app crashing (attached you may find the coresponding event viewer entry):
Can easily be reproduced using the linked sample.
Simply deploy app (in my case i was exchanging it for a single-project-with-included-packaging self-contained app) and try to open a foo://test link (since sample is registering itself to be listening to URIs using the foo-protocol).
Expected behavior
The app should not be listed twice (I would not bother much if BOTH entries would actually work though!) and just for other activation types (e.g. file activation) the app should automatically start if it is the only one registered to that URI protocol.
Screenshots
No response
NuGet package version
Windows App SDK 1.3.1: 1.3.230502000
Packaging type
Packaged (MSIX)
Windows version
Windows 11 version 22H2 (22621, 2022 Update)
IDE
Visual Studio 2022
Additional context
Tested with 'self-contained' app.
Also, the version does not matter (while porting the UWP app to WinUi3, misc. WindowsAppSdk versions (ranging from 1.1/1.2 to 1.3.1) had been used, all exposed the very same error behaviour).
The text was updated successfully, but these errors were encountered:
Describe the bug
Upon trying to use protocol activation, the registered application will be listed twice within the application picker:
Please note, that (like the screenshot above depicts this behaviour as well) the app will be listed twice (I'd even expect the app to open directly if no other app would be registered to foo-URIs).
Also selecting the first entry will result in the app crashing (attached you may find the coresponding event viewer entry):
Steps to reproduce the bug
Can easily be reproduced using the linked sample.
Simply deploy app (in my case i was exchanging it for a single-project-with-included-packaging self-contained app) and try to open a foo://test link (since sample is registering itself to be listening to URIs using the foo-protocol).
Expected behavior
The app should not be listed twice (I would not bother much if BOTH entries would actually work though!) and just for other activation types (e.g. file activation) the app should automatically start if it is the only one registered to that URI protocol.
Screenshots
No response
NuGet package version
Windows App SDK 1.3.1: 1.3.230502000
Packaging type
Packaged (MSIX)
Windows version
Windows 11 version 22H2 (22621, 2022 Update)
IDE
Visual Studio 2022
Additional context
Tested with 'self-contained' app.
Also, the version does not matter (while porting the UWP app to WinUi3, misc. WindowsAppSdk versions (ranging from 1.1/1.2 to 1.3.1) had been used, all exposed the very same error behaviour).
The text was updated successfully, but these errors were encountered: