Replies: 1 comment
-
What kind of tooling should be provided to Software Developers to support this scenario. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Some apps like Mail & Calendar share the same package but they run as different apps. Although this is possible for everyone, Microsoft doesn't provide proper tooling which makes it difficult to build multi-app packages. Since the package is tied to the project in Visual Studio you need to somehow copy the output files from another project and then you need to modify the applications tag to include the another application and then deploy. Windows Application Packaging Project only supports one UWP application and one full trust.
Beta Was this translation helpful? Give feedback.
All reactions