-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for iOS 10 HTTP/2 apns-collapse-id header #34
Comments
Hi, there will probably not be any support for this in the near future. The |
That's a real bummer. The HTTP/2 API offers a ton of technical enhancements that improve reliability in high-volume situations, as well as the new Auth Key mechanism (which obviates the need for certificates!). I've removed NWPusher from my product because of this decision. |
Is there any open source tools support HTTP/2 API ? @apelican |
Sorry for the delay here -- yes, I found an MIT project that I was able to utilize HTTP/2 and JWT with: This won't be a great solution for everyone, but for my requirements this passed the test. No longer have to shake arrays of failed pushes :) |
In case anyone needs it, here's a CURL script to send HTTP/2 pushes You will need your push cert+key in a PEM file, as well as a token and the bundle ID. |
APNS now provides a new header apns-collapse-id to support notifications collapsing on iOS 10. Could you support this feature?
The text was updated successfully, but these errors were encountered: