如何在便携式 uwp 中配置曲棍球应用程序?

How to configure hockey app in portable for uwp?

我有一个UWP windows 10 应用程序,我在项目中使用了MVVM。所有 ViewModel 都存在于可移植项目中。

如何为 UWP windows 10 应用程序配置便携式曲棍球应用程序? 提前致谢。

How do I configure the hockey app in portable for UWP windows 10 application?

添加到 Jet Chopper 的建议中,UWP 支持 HocyeyApp。本文档 HockeyApp for Applications on Windows 包含有关如何设置和使用它的详细步骤。

主要代码配置如下:

HockeyClient.Current.Configure("App id on dashboard");