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!
Other
4.38k stars 1.52k forks source link

Support for APNs Provider Authentication Tokens #758

Open chuseman opened 7 years ago

chuseman commented 7 years ago

Apple supports using non-expiring authentication tokens instead of certificates. It would be great to have PushSharp support this as well. See the APNs Provider API for more information.

ckittelmann commented 7 years ago

Same as #719