在 Surface Hub 上安装测试应用

Install test app on surface hub

是否可以在 Surface Hub 上安装 UWP 测试应用,无需通过商店,也无需 Visual Studio?

我的客户想要演示未完成的应用程序,因此我无法将其发布到商店。我还没有 Surface Hub 设备...

我已经有一个.appxbundle 包,已签名,可以通过安装证书然后安装.appxbundle 部署在手机和其他PC 上,无需商店。

这可能吗?

要在 Surface Hub 上安装测试应用,您可以参考 Install apps on your Microsoft Surface Hub, especially the Develop and test apps 部分。

首先,您需要开启开发者模式:

  1. From your Surface Hub, start Settings.
  2. Type the device admin credentials when prompted.
  3. Navigate to Update & security > For developers.
  4. Select Developer mode and accept the warning prompt.

然后您可以使用 Visual Studio or Provisioning package.

部署您的应用程序

Visual Studio

During development, the easiest way to test your app on a Surface Hub is using Visual Studio. Visual Studio's remote debugging feature helps you discover issues in your app before deploying it broadly. For more information, see Test Surface Hub apps using Visual Studio.

Provisioning package

Use Visual Studio to create an app package for your UWP app, signed using a test certificate. Then use Windows Imaging and Configuration Designer (ICD) to create a provisioning package containing the app package. For more information, see Create provisioning packages.