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.39k stars 1.52k forks source link

Apple Push Notification Changes #926

Open ChrisLiof opened 3 years ago

ChrisLiof commented 3 years ago

Hello,

As we send Push Notifications using the push sharp https://github.com/Redth/PushSharp and we are informed that on 31/3/21 Apple will deprecate the binary APNS protocol found on this link: https://developer.apple.com/news/?id=uzyxiriy, we are kindly asking if your platform will still be able to send iOS push notifications after 31/3/21.

Thank you in advance.

grantkiwi commented 3 years ago

No I dont believe so, this has been known about for a long time. We had just moved to the Azure Notification Hub and took less than a day.

CacheChui commented 3 years ago

I found that there is an upgrade version of PushSharp.

Here is the link: https://github.com/fseydayucel/PushSharpHttpTwo

21pg commented 3 years ago

@ChrisLiof did you find any alternative for Pushsharp Or https://github.com/fseydayucel/PushSharpHttpTwo really worked ?

CacheChui commented 3 years ago

@21pg I have tested PushSharpHttpTwo work. Just import few more dll and changed few line of code.

21pg commented 3 years ago

@CacheChui Can you please share code snippets to quick start which DLL we need to import ?