Plugin.PushNotification-updated 1.3.2

.NET Standard 1.0
There is a newer prerelease version of this package available.
See the version list below for details.

Requires NuGet 2.8.1 or higher.

dotnet add package Plugin.PushNotification-updated --version 1.3.2
NuGet\Install-Package Plugin.PushNotification-updated -Version 1.3.2
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="Plugin.PushNotification-updated" Version="1.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Plugin.PushNotification-updated --version 1.3.2
#r "nuget: Plugin.PushNotification-updated, 1.3.2"
#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 Plugin.PushNotification-updated as a Cake Addin
#addin nuget:?package=Plugin.PushNotification-updated&version=1.3.2

// Install Plugin.PushNotification-updated as a Cake Tool
#tool nuget:?package=Plugin.PushNotification-updated&version=1.3.2

Receive and handle push notifications across Xamarin.iOS and Xamarin.Android

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid monoandroid80
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Windows Phone wp8 wp81 wpa81
Windows Store netcore netcore45 netcore451
Xamarin.iOS xamarinios xamarinios10
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
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
1.3.4-beta3 5,552 8/1/2018
1.3.4-beta2 710 4/26/2018
1.3.4-beta1 664 4/18/2018
1.3.2 12,479 4/13/2018
1.3.1 864 4/13/2018

On demand registration, persistent token, better error handling and other minor fixes
     1.3.1
     [Update] Modified plugin to save token securely using Secure Storage originally written by Sameer Khandekar.
     [Update] Secure Storoage -> https://github.com/vikram-ma/SecureStorage
     1.3.2
     [Update] Updated documentation. Added option to change storage file.