Packaging your UWP app

Similar to the apps distributed for Windows 8, UWP apps are packaged and distributed in a specific format. Once packaged, they can be uploaded to the Windows Store, or distributed to a non-developer workstation. The information contained in the package includes the capabilities and contracts that your app uses as well as information on the app user tile, the splash screen, and more.

This recipe will show you what you need to do to package your UWP app so that it is ready for the outside world to use.

Getting ready

As before, we will continue to use the RSSReader app referenced in the Using the UWP app simulator recipe. Feel free to substitute an app of your choice if you have one available.

How to do it...

Perform the following ...

Get Visual Studio 2015 Cookbook - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.