Easy Crash Reporting for Your Universal Windows Apps using HockeyApp

Easy Crash Reporting for Your Universal Windows Apps using HockeyApp

HockeyApp provides the capabilities to streamline our mobile app development, deployment and diagnostic process. In one of my previous post we talked about  Uploading Windows Universal Apps Build to HockeyApp directly from Visual Studio . We have seen how the HockeyApp streamlined the overall app deployment process and we can use it as an internal store for managing the apps. Let’s have  a look how we can start integrating the HockeyApp SDK for Universal Windows App and start reporting crashes directly and identify the issues faster.

First of all , include the HockySDK.UWP nuget Packages. Open the nugget Package Manger and Search for the “HockeyApp.SDK” package, ensure you checked “include prerelease” version. Once found, install it.

image

This will include HockySDK.UWP nuget as  reference to your app.

image

Now you can initialize the HockeyApp Client for your app and control what kind of data you want to collect from it.

image

The Configuration() method accepts the App ID which can be found in the HockeyApp dashboard. Open the Dashboard and select the App details page to get the App ID.

image

Specify the App ID in the Configuration() method. For now, that should be fine to go ahead.

Publish the app once again by updating the build into the HockeyApp ( You need to refer the previous article for this process)

image

 

Once the app is Published to HockeyApp, download the specific version –> Install it and then play around with it.  If there are crashes, it will start logging in HockeyApp

From the App dashboard, you can navigate to specific version of the App, and then view respective crashes and Logs for the same.

The information displayed in HockeyApp dashboard is self explanatory, and you can easily navigate to the details of each line items.

image.png

 

 

 

 

 

 

 

 

 

 

 

 

image

 

image17_thumb.png

 

 

 

 

 

 

 

 

 

 

 

 

Read More About Crash Reporting Here : https://support.hockeyapp.net/kb/client-integration-windows-and-windows-phone/crash-reporting-for-uwp

Hope this helps !

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.

3 Comments to “Easy Crash Reporting for Your Universal Windows Apps using HockeyApp”

Comments are closed.