From the course: Visual Studio App Center for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Add crash reporting to your Xamarin Android app

Add crash reporting to your Xamarin Android app - Visual Studio Tutorial

From the course: Visual Studio App Center for Developers

Start my 1-month free trial

Add crash reporting to your Xamarin Android app

- One of the capabilities of Visual Studio App Center is it provides client-side libraries for things like crash reporting and analytics. Crash reporting and analytic data is collected per app. Since the Visual Studio App Center app is per platform, that means that by default the data collected will be per platform as well. That does not need to be the case. It is possible to have crash reporting data for a multi-platform mobile application all record into the same Visual Studio App Center app. You do this by using the same API key on every platform. Setting up the SDK is a little different depending on the development environment. For this video we are going to cover Xamarin Android. The first thing we're going to do is go to our Xamarin Android application and add some nougat packages. So I'm going to open it up and right click on Packages, Add Package. In the search box, we're going to type in Microsoft.appcenter. We can see there are several packages that come up. We want to…

Contents