'Is it allowed to associate specific file types to installed UWP app?
I have a PDF viewer which is an UWP app, is it possible to register to Windows platform so that this app can be launched by Windows when Desktop App calls shell API (ShellExecute with open verb) to open the PDF document?
Solution 1:[1]
Yes, add a file type association in the AppxManifest. If you're using Visual Studio there is a graphical editor that will guide you (open the file package.appxmanifest)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Peter Torr - MSFT |
