andreialecu / node-apn-http2

Communicate with Apple Push Notification Service via native Node.js v8.8.1+ HTTP2 module (node-apn drop-in)
MIT License
26 stars 10 forks source link

Fixes for breaking changes in iOS 13 #11

Open vlasky opened 4 years ago

vlasky commented 4 years ago

I would expect many of you to already know that Apple has introduced breaking changes to push notifications in iOS 13.

Here is a great article that summarises them:

https://onesignal.com/blog/ios-13-introduces-4-breaking-changes-to-notifications/

I've forked petercv's node-apn-http2 fork to create my own fork that addresses these changes:

My fork is work in progress and I may make further changes.