Tracker compatibility
Version 1.0.0+ marks the conversion of the core library to .NET Standard 1.4. This core (Snowplow.Tracker
) is directly compatible with these platforms. We have also published a Portable Class Library (PCL) wrapper providing extra features for Xamarin users. This is called Snowplow.Tracker.PlatformExtensions
.
Setup
.NET Standard users
To add the .NET Tracker as a dependency to your project, install it in the Visual Studio Package Manager Console using NuGet:
Install-Package Snowplow.Tracker
Code language: CSS (css)
Xamarin users
To add the .NET Tracker as a dependency to your project, install it in the Visual Studio Package Manager Console using NuGet:
Install-Package Snowplow.Tracker.PlatformExtensions
Code language: CSS (css)
Remember to add an assembly reference to the .NET Tracker to your project.