Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to distribute UWP Enterprise app

Our company is developing a Universal Windows Platform (Windows 10) app that we want to distribute in the "Enterprise". We don't want to make it public through the Windows Store. In the normal case, the devices are unmanaged ("bring your own device").

For Windows Phone 8, we signed our apps with a Mobile Enterprise certificate that we bought from Symantec. Then we distributed the file together with an enrollment token. Installation was a two-step process and fairly simple. I haven't found something that says that this can be applied to a UWP app.

Is there a similar flow for UWP to Windows 10 Mobile?

What I tried: I have found right-click, Store, Create App Packages... in Visual Studio to create a package with appx extension. I also read that you should enable Sideload apps under Settings in the phone. But how to get the package to install on a phone over-the-air?

Simply trying to download the appx file from a web server didn't work. (Just downloaded the file and didn't know how to open it.)

like image 970
holmis83 Avatar asked Feb 12 '16 14:02

holmis83


People also ask

How do I distribute my UWP app?

If you are distributing your app via the Microsoft Store, Visual Studio can associate your package with the Store. To do this, right-click your project name in Solution Explorer and choose Publish->Associate App with the Store (before Visual Studio 2019 version 16.3, the Publish menu is named Store).

What can be used to deploy UWP apps?

Microsoft Visual Studio allows you to deploy and debug your Universal Windows Platform (UWP) apps on a variety of Windows 10 devices.


1 Answers

We deploy ours through our private section in the Microsoft business store at https://businessstore.microsoft.com/en-us/

Just log into the business store and invite the developer account you used to create the app to publish LOB apps for you.

Once invited, the developer can select that the app is only visible to your private store when they publish - other than that it's just like publishing any app to the windows store.

like image 146
Chris Covert Avatar answered Sep 20 '22 15:09

Chris Covert