PushNotifications.Api.Reference 3.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PushNotifications.Api.Reference --version 3.2.0
                    
NuGet\Install-Package PushNotifications.Api.Reference -Version 3.2.0
                    
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="PushNotifications.Api.Reference" Version="3.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PushNotifications.Api.Reference" Version="3.2.0" />
                    
Directory.Packages.props
<PackageReference Include="PushNotifications.Api.Reference" />
                    
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 PushNotifications.Api.Reference --version 3.2.0
                    
#r "nuget: PushNotifications.Api.Reference, 3.2.0"
                    
#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 PushNotifications.Api.Reference@3.2.0
                    
#: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=PushNotifications.Api.Reference&version=3.2.0
                    
Install as a Cake Addin
#tool nuget:?package=PushNotifications.Api.Reference&version=3.2.0
                    
Install as a Cake Tool

PushNotifications

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.2 1,190 8/15/2018
5.0.1 1,150 8/9/2018
5.0.0 1,415 8/3/2018
4.1.0 1,210 8/2/2018
4.0.2 1,451 5/14/2018
4.0.1 1,464 4/16/2018
4.0.0 1,469 4/16/2018
3.2.0 1,491 4/5/2018
3.1.0 1,476 3/27/2018

Adds a check for the number of tokens which will receive pushnotification. FireBase has a limit of 1000 per request
Removes ContentAvailable which makes the pushnotification to be a silent pushnotification. Apple/Google throttle or drop some of those when there are many sent to a device because it may drain battery on the device. Instead we use the `priority` set to `high`.
Sets default badge to be `1`