immobiliare / ApnsPHP

ApnsPHP: Apple Push Notification & Feedback Provider
BSD 3-Clause "New" or "Revised" License
1.44k stars 452 forks source link

Support for new HTTP/2 provider API #101

Closed aDev123 closed 8 years ago

aDev123 commented 9 years ago

Apple announced a new provider API for APNs based on HTTP/2 at WWDC 2015. Currently, there is no written documentation, but it should be available in the coming weeks.

See this video starting at 20:50 for an introduction to the new API: https://developer.apple.com/videos/wwdc/2015/?id=720

With the new APIs there is no need for a separate feedback service. There will be no need to keep the existing APNS provider API as the new API applies to older devices. The video mentions some other changes, such as 4K payloads and ~100-character device tokens.

Also see the slides starting at page 98: http://devstreaming.apple.com/videos/wwdc/2015/720xwbi9nl/720/720_whats_new_in_notifications.pdf?dl=1

Do you plan to integrate the new provider API in ApnsPHP?

delitestudio commented 8 years ago

Just to know: this project is still active?

duccio commented 8 years ago

@delitestudio It depends by you and by other developers that want to contribute... is an open-source project! ;-)

aDev123 commented 8 years ago

Fair enough :) It was just to ask if there are official development plans or if future developments are left to the community :)

duccio commented 8 years ago

@aDev123 I was joking, yes, we will implement the new provider HTTP/2 APIs as soon as Apple will release the official documentation. We participated at WWDC 2015 in SF and we are very excited to have the new APIs! ;-) Thanks!

aDev123 commented 8 years ago

That's great, thank you guys for your work!