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!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apple Push Notification Changes

ChrisLiof opened this issue · comments

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.

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.

I found that there is an upgrade version of PushSharp.

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

commented

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

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

commented

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