immobiliare / ApnsPHP

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

What about p8 file #143

Open mehmetsen80 opened 7 years ago

mehmetsen80 commented 7 years ago

The samples are done according to the old Apple certificates. Is there a way to use the .p8 certificate file without the need to convert pem?

peihsendoyle commented 7 years ago

I'm also waiting for this

keremkayhan commented 7 years ago

i've upgraded my curl and openssl for http2 and waiting for this too.

edamov commented 7 years ago

If you want, you can see at my library https://github.com/edamov/pushok. It realizes JWT auth with p8 key. Also it supports new iOS 10 features such as Collapse IDs, Subtitles and Mutable Notifications. It is not stable yet, but I work on it and want to release this library as soon as possible :)

I've started to implement own library because ApnsPHP has only few commits during last year.

SMillerDev commented 3 years ago

Since the company I work for wants to keep using ApnsPHP we added p8 support: https://github.com/M2mobi/ApnsPHP/releases/tag/2.0.0beta1