How to configure hockey app in portable for uwp?

243 views Asked by At

I have a UWP windows 10 application and I have used MVVM in the project. All the ViewModels are present in the portable project.

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

1

There are 1 answers

1
Xie Steven On BEST ANSWER

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

Add to Jet Chopper's suggestion, the HocyeyApp is supported in UWP. This document HockeyApp for Applications on Windows has detailed steps about how to setup and use it.

The main code as about configuration as the following:

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