noodlewerk / NWPusher

OS X and iOS application and framework to play with the Apple Push Notification service (APNs)
BSD 2-Clause "Simplified" License
6.3k stars 679 forks source link

can use HTTP/2 APNs? #54

Open ytx0574 opened 7 years ago

ytx0574 commented 7 years ago

i created Apple Push Notification service SSL (Sandbox & Production),i used the pusher.app. selected universal SSL certificate, the sandbox&production already received remote push.
NWPusher support the HTTP/2 APNs?

leovandriel commented 7 years ago

Pusher only supports the Binary Provider API. There are no plans for support of HTTP/2. See https://github.com/noodlewerk/NWPusher/issues/34

ytx0574 commented 7 years ago

Thank you for reply.