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.)