Xam.Plugin.PushNotification
1.1.3
Suggested Alternatives
Additional Details
Use https://github.com/CrossGeeks/PushNotificationPlugin instead.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Xam.Plugin.PushNotification --version 1.1.3
NuGet\Install-Package Xam.Plugin.PushNotification -Version 1.1.3
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="Xam.Plugin.PushNotification" Version="1.1.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xam.Plugin.PushNotification" Version="1.1.3" />
<PackageReference Include="Xam.Plugin.PushNotification"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
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 Xam.Plugin.PushNotification --version 1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Xam.Plugin.PushNotification, 1.1.3"
#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.
#addin nuget:?package=Xam.Plugin.PushNotification&version=1.1.3
#tool nuget:?package=Xam.Plugin.PushNotification&version=1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Handle Push Notifications. Across iOS and Android from a single API.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
MonoTouch | monotouch10 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
All Frameworks
- Newtonsoft.Json (>= 6.0.5)
-
MonoAndroid 1.0
- Xamarin.GooglePlayServices.Gcm (>= 25.0.0)
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 | |
---|---|---|---|
1.2.5-beta | 11,149 | 4/13/2017 | |
1.2.4 | 33,912 | 8/29/2016 | |
1.2.3 | 1,585 | 8/28/2016 | |
1.2.2 | 5,197 | 6/10/2016 | |
1.2.1 | 1,589 | 6/10/2016 | |
1.2.0 | 2,298 | 5/30/2016 | |
1.1.9 | 1,484 | 5/28/2016 | |
1.1.8 | 1,451 | 5/28/2016 | |
1.1.7 | 3,252 | 3/29/2016 | |
1.1.6 | 1,948 | 2/23/2016 | |
1.1.5 | 1,959 | 1/27/2016 | |
1.1.4 | 2,185 | 1/8/2016 | |
1.1.3 | 1,404 | 1/7/2016 | |
1.1.2 | 1,516 | 12/23/2015 | |
1.1.1 | 1,772 | 12/13/2015 | |
1.1.0 | 1,429 | 12/13/2015 | |
1.0.10 | 1,408 | 12/13/2015 | |
1.0.9 | 1,765 | 11/11/2015 | |
1.0.8 | 2,961 | 9/26/2015 | |
1.0.7 | 2,046 | 8/5/2015 | |
1.0.6 | 1,726 | 8/5/2015 | |
1.0.5 | 2,776 | 7/23/2015 | |
1.0.4 | 2,119 | 5/5/2015 | |
1.0.3 | 1,927 | 3/17/2015 | |
1.0.2 | 1,770 | 2/26/2015 | |
1.0.1 | 1,811 | 2/26/2015 | |
1.0.0 | 1,914 | 2/26/2015 |
BREAKING CHANGES:
Interface IPushNotificationListener method replaced.
OnMessage(IDictionary<string, object> parameters,DeviceType deviceType)
was replaced with:
OnMessage(JObject values, DeviceType deviceType)
Android: Fixed bug for not displaying notifications