Redth/PushSharp
A server-side library for sending Push Notifications to iOS (iPhone/iPad APNS), Android (C2DM and GCM - Google Cloud Message), Windows Phone, Windows 8, Amazon, Blackberry, and (soon) FirefoxOS devices! observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5199
- days_rel: n/a
- days_push: 1172
- n_releases_24m: 0
Adoption not part of the score
4380 stars · 1485 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
PushSharp is a server-side C#/.NET library for sending push notifications to iOS/OSX (APNS), Android/Chrome (GCM/FCM), Windows/Windows Phone, Amazon (ADM), and Blackberry devices. It provides an async, event-driven broker API for queuing and dispatching notification batches with per-notification success/failure handling.
Use cases
- send push notifications to iOS devices from a .NET server
- send APNS notifications from C#
- push notifications library for .NET
- send FCM or GCM messages to Android devices from a backend
- send Windows Push Notification Service messages from C#
- queue bulk push notifications with failure callbacks in .NET
When to choose
- You need a single .NET library to fan out push notifications across Apple, Android, Windows, and Amazon platforms
- You want an async broker that queues notifications and reports per-device failures via events
- You are building a C# backend that must deliver device tokens to APNS or GCM/FCM endpoints
When to avoid
- You need modern APNS token-based (p8) or HTTP/2 authentication and the FCM v1 API, which PushSharp's legacy certificate-based clients predate
- You rely on Google C2DM or GCM, both of which Google has shut down
- You are not working in .NET/C# or need an actively developed alternative such as a cloud messaging service
Facets
library · maturity maintenance
sdk http-client mobile-development backend apis dotnet cross-platform push-notifications apns fcm gcm wns adm blackberry broker csharp nuget web-server
1 source
- readme: https://github.com/Redth/PushSharp · fetched 2026-08-28 · 93ceee321f81
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Redth/PushSharp | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem