We just released three new clients for Xamarin.iOS, Xamarin.Android and UWP applications. If you’re building apps for Xamarin, you can use these clients within your projects. Exceptions generated within Xamarin.Forms code will also be caught.
Getting Started
To start monitoring your Xamarin apps with Logify, you simply need to add the Logify.Alert.Xamarin.iOS, Logify.Alert.Xamarin.Android or Logify.Alert.UWP library to your project. Once added, you will then need to configure Logify using the following code snippet at the start point of your application:
LogifyAlert.Instance.ApiKey = "YOUR_API_KEY"; LogifyAlert.Instance.StartExceptionsHandling();
Application start points are as follows:
- iOS: beginning of the Main method
- Android: beginning of the OnCreate method of the MainActivity
- UWP: beginning of the App class constructor.
Client Сustomization
Sample Reports
I’ve described how to configure your Xamarin app and begin using Logify. Let me now turn my attention to its report engine. Here are four sample reports generated from a small test application:
Sample iOS Log

Sample Android Log

Sample UWP Log

Sample Xamarin.Forms Log

As you can see these reports contains detailed information about individual exceptions and the environment wherein the exception was raised.