Visual Studio
Right-click your Xamarin.Android project in Solution Explorer and select Manage NuGet Packages...
Search for Logify.Alert.Xamarin.Android in the nuget.org package source and click Install.
Visual Studio for Mac
In your Xamarin.Android project, right-click the Packages folder and select Add Packages...
In the invoked Add Packages dialog, search for Logify.Alert.Xamarin.Android in the nuget.org package source and click Add Package.
Visual Studio
Right-click your Xamarin.iOS project in Solution Explorer and select Manage NuGet Packages...
Search for Logify.Alert.Xamarin.iOS in the nuget.org package source and click Install.
Visual Studio for Mac
In your Xamarin.iOS project, right-click the Packages folder and select Add Packages...
In the invoked Add Packages dialog, search for Logify.Alert.Xamarin.iOS in the nuget.org package source and click Add Package.
using DevExpress.Logify.Xamarin;
LogifyAlert client = LogifyAlert.Instance;
client.ApiKey = "SPECIFY_YOUR_API_KEY_HERE";
client.StartExceptionsHandling();