Skip to content
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

support of HTTP/2 APNS API #1

Open
ramazanyich opened this issue Sep 28, 2016 · 1 comment
Open

support of HTTP/2 APNS API #1

ramazanyich opened this issue Sep 28, 2016 · 1 comment

Comments

@ramazanyich
Copy link

AS of december 2015 Apple introduced new HTTP/2 interface for APNS push notifications.
Details are on https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW9
and HTTP/2 format is explained at https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/APNsProviderAPI.html#//apple_ref/doc/uid/TP40008194-CH101-SW1

Could you make an implementation for that new format ?

@marcelk
Copy link
Owner

marcelk commented Sep 28, 2016

Thanks for pointing me to these documents. I wasn't aware of the existence of a new HTTP/2 interface. The addition of support for JSON web tokens is interesting. Another new thing that I saw during a quick glance is that it will be possible to receive a response for each pushed message, which is nice to have. And it will probably be faster, but for myself the performance of the current interface is not an issue.

As long as the HTTP/1 interface is supported, I probably won't create a HTTP/2 version. And as far as I know, I'm the only user of this open source project. What's the background of your request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants