node-apn-http2
node-apn-http2 copied to clipboard
Communicate with Apple Push Notification Service via native Node.js v8.8.1+ HTTP2 module (node-apn drop-in)
Hi, This package worked as expected but I am unable to pass a custom parameter to payload, please can you help me with that as it crashed the IOS app...
Any chance you can add proxy support? corporate overlords require me to install my app on a network without a internet gateway... I need to get out via a proxy...
Our notifications are different for every user. Would it be possible to expose a `sendAll` function that allows sending many notifications at once?
We use this library on AWS Lambda and need it to be fast even for a single push as we use it for VoIP functionality. One issue we’re facing is...
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/...
we started noticing this after upgrade to node 10 I am digging more into this library code base...Is there a recommended way to avoid econnreset if other end of tcp...
I was using node-apn before, It was working well. It stopped working few days before. I moved to node-apn-http2. However still I am getting the same error "Endpoint requested timed...
It seems `payload` key from my note doesn't get delivered. When I receive the payload with `didReceiveRemoteNotification` I only see `aps` key. I don't see the payload. If I send...
**Steps to reproduce** 1. Get any file that's not an apple authentication key 1. Create a new `apn.Provider` using that file Sample code: ``` js // Not a valid .p8...