PushNotifications.Api 3.2.0

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

// Install PushNotifications.Api as a Cake Tool
#tool nuget:?package=PushNotifications.Api&version=3.2.0

PushNotifications

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.7 1,049 10/26/2018
5.0.6 867 10/16/2018
5.0.5 964 8/15/2018
5.0.4 927 8/15/2018
5.0.3 923 8/15/2018
5.0.2 1,017 8/9/2018
5.0.1 970 8/7/2018
5.0.0 1,158 8/3/2018
4.1.0 988 8/2/2018
4.0.6 1,106 5/14/2018
4.0.5 1,087 5/14/2018
4.0.4 1,083 5/14/2018
4.0.3 1,094 5/14/2018
4.0.2 1,043 5/14/2018
4.0.1 1,008 4/16/2018
4.0.0 1,079 4/16/2018
3.2.0 1,065 4/5/2018
3.1.0 1,047 3/27/2018
2.0.22 980 10/30/2017
2.0.21 998 9/27/2017
2.0.20 1,012 8/30/2017
2.0.19 1,002 8/14/2017
2.0.18 973 8/14/2017
2.0.17 1,023 8/14/2017
2.0.16 975 8/14/2017
2.0.15 999 8/14/2017
2.0.14 1,102 6/15/2017
2.0.13 1,059 3/24/2017
2.0.12 1,093 2/7/2017
2.0.11 1,087 2/7/2017
2.0.10 1,109 2/6/2017
2.0.9 1,041 12/21/2016
2.0.8 1,018 11/29/2016
2.0.7 1,034 11/28/2016
2.0.6 992 11/27/2016
2.0.5 1,099 11/27/2016
2.0.4 1,091 11/24/2016
2.0.0 1,259 11/9/2016
2.0.0-beta0001 1,001 11/9/2016
1.0.0 1,145 10/14/2016
1.0.0-beta0004 909 9/4/2016
1.0.0-beta0003 845 9/1/2016
1.0.0-beta0002 880 9/1/2016

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`