Info
| Version: | 5.0.4 |
| Author(s): | Andrei M |
| Last Update: | Wednesday, July 15, 2026 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/andrei-m-code/net-core-push-notifications |
| NuGet Url: | https://www.nuget.org/packages/CorePush |
Install
Install-Package CorePush
dotnet add package CorePush
paket add CorePush
CorePush Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
Tags
It supports the Apple Push Notification service (APNs) over HTTP/2 with token-based (.p8 / JWT) authentication, and Firebase Cloud Messaging (FCM) HTTP v1 API for Android and Web. Built on the native .NET cryptography stack (no BouncyCastle), it ships thread-safe senders, works with IHttpClientFactory and dependency injection, and lets you plug in a custom JSON serializer.