DevToDev.Analytics.Uwp 2.5.1

dotnet add package DevToDev.Analytics.Uwp --version 2.5.1
                    
NuGet\Install-Package DevToDev.Analytics.Uwp -Version 2.5.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DevToDev.Analytics.Uwp" Version="2.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevToDev.Analytics.Uwp" Version="2.5.1" />
                    
Directory.Packages.props
<PackageReference Include="DevToDev.Analytics.Uwp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DevToDev.Analytics.Uwp --version 2.5.1
                    
#r "nuget: DevToDev.Analytics.Uwp, 2.5.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DevToDev.Analytics.Uwp@2.5.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DevToDev.Analytics.Uwp&version=2.5.1
                    
Install as a Cake Addin
#tool nuget:?package=DevToDev.Analytics.Uwp&version=2.5.1
                    
Install as a Cake Tool

Devtodev Analytics UWP is a package for UWP platform. It allows to collect application data for analyzing and verifying in-application purchases using our anti-cheat algorithm. It supports UWP greater than or equal to 10.0.16299.0.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap10.0.16299 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DevToDev.Analytics.Uwp:

Package Downloads
DevToDev.Messaging.Uwp

Devtodev Messaging UWP is a package for UWP platform. It allows to use WNS notifications via devtodev.com service and collect notification data for analyzing.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.5.1 86 6/2/2026
2.5.0 102 5/11/2026
2.4.0 939 12/22/2023
2.3.1 323 7/19/2023
2.3.0 315 4/20/2023
2.2.2 1,150 10/26/2022
2.2.1 716 9/12/2022
2.0.2 615 4/29/2022
2.0.1 489 12/20/2021
2.0.0 526 10/4/2021

- Fixed an A/B testing issue that prevented switching groups on a test device.
- Fixed an issue where, in rare cases, the OnChanged callback was not triggered.