News

Integrating HockeyApp with UWP on Windows 10

HockeyApp SDK for Universal Windows Platform apps is out now, supporting all HockeyApp features from within UWP apps on Windows 10, including full symbolication for .NET Native store apps.

Microsoft's Windows Development group has released a version of the HockeyApp SDK for Universal Windows Platform apps, one that supports all HockeyApp features from within UWP apps, including full symbolication for .NET Native store apps, on Windows 10.

HockeyApp, which is technology that Microsoft acquired back in 2014, is a mobile distribution and analytics service for mobile apps that can report on iOS, Android, and Windows Phone. Since the acquisition, Microsoft has been providing hooks for it to other application platforms and has been integrating it to work alongside the company's Application Insights analytics service that is aimed at Web apps and services.

The announcement this week specifically notes that the HockeyApp SDK has full support for UWP apps on the Windows 10 platform. That support means there's now a modicum of crash reporting for .NET Native apps, although those reports are only partly implemented.

"For now, HockeyApp only supports unsymbolicated crash reports, but our goal is to provide fully symbolicated crash reports soon," according to a blog post on the HockeyApp.net site.

The HockeyApp SDK also provides for more granular user metrics, from daily to monthly active users, new users of apps, and app sessions.

The blog has details for installing the SDK properly for use with Visual Studio 2015.

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed several developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. He's also managed IT pubs for 1105 Media, including Microsoft Certified Professional Magazine and Virtualization Review before landing his current gig as Visual Studio Magazine Editor in Chief. Besides his publishing life, he's a professional photographer, whose work can be found by Googling domingophoto.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube