Chat now
Getting Started with Ease
Add the Logify Client to Your Project

Visual Studio

  1. Right-click your Xamarin.Android project in Solution Explorer and select Manage NuGet Packages...

  2. Search for Logify.Alert.Xamarin.Android in the nuget.org package source and click Install.

Visual Studio for Mac

  1. In your Xamarin.Android project, right-click the Packages folder and select Add Packages...

  2. In the invoked Add Packages dialog, search for Logify.Alert.Xamarin.Android in the nuget.org package source and click Add Package.

Visual Studio

  1. Right-click your Xamarin.iOS project in Solution Explorer and select Manage NuGet Packages...

  2. Search for Logify.Alert.Xamarin.iOS in the nuget.org package source and click Install.

Visual Studio for Mac

  1. In your Xamarin.iOS project, right-click the Packages folder and select Add Packages...

  2. In the invoked Add Packages dialog, search for Logify.Alert.Xamarin.iOS in the nuget.org package source and click Add Package.

Send Reports to Logify
using DevExpress.Logify.Xamarin;

LogifyAlert client = LogifyAlert.Instance;
client.ApiKey = "SPECIFY_YOUR_API_KEY_HERE";
client.StartExceptionsHandling();
Recompile, and that’s it! Your application is ready to report all unexpected crashes to DevExpress Logify.
Refer to our documentation for more information.