使用 Microsoft Intune 分发内部 UWP 应用程序

Distribute In-House UWP application using Microsoft Intune

我正在使用 visual studio 2015 企业版创建一个 UWP 应用程序,客户希望该应用程序可以通过 Microsoft Intune 供其员工使用。

我已尝试将应用程序部署到 Microsoft Intune,但客户端可以在应用程序部分查看该应用程序,但无法通过公司门户安装该应用程序。

注意:我的应用程序没有附加任何类型的开发人员或企业许可证,但是我使用提到的过程创建了 APPX 包 here。我还 select NO 选项 当它询问我是否要将我的应用程序上传到 windows 商店时,因为我想将它上传到 Intune 而不是商店.

可能的解决方案是什么,我在这里缺少什么

为了能够使用 Intune 部署应用程序,需要使用设备上受信任的证书对其进行签名。

来自 Add apps with Microsoft Intune

Windows 10 devices do not require a sideloading key to install line of business apps. However, the registry key HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Appx\AllowAllTrustedApps must have a value of to 1 to enable sideloading.

If this registry key is not configured, Intune will automatically set this value to 1 the first time you deploy an app to the device. If you have set this value to 0, then Intune cannot automatically change the value, and the deployment of line of business apps will fail.

Universal Windows Platform line of business apps must be signed with a code-signing certificate that is trusted on each device to which the app is deployed. You can use certificates from an in-house PKI infrastructure, or a certificate from a third-party public root certificate installed on the device.

On Windows 10 Mobile devices, you can use a non-Symantec code signing certificate to sign universal .appx apps. For .xap apps, and also .appx packages built for Windows Phone 8.1 that you want to install on Windows 10 Mobile devices, you must use a Symantec code-signing certificate.