-
I have a library that depends on the Windows App SDK (1.0), and users might target both packaged and unpackaged apps with it. There are many APIs that seem to require package identity and, thus, don't work in unpackaged apps. How can I, as a library author, defensively program around this? Is there a way to detect whether the app is packaged or unpackaged at runtime? What about replacements for some of these APIs like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hello |
Beta Was this translation helpful? Give feedback.
Hello
This documentation page could be useful for your
Detect package identity and runtime context