ApnsPHP icon indicating copy to clipboard operation
ApnsPHP copied to clipboard

What about p8 file

Open mehmetsen80 opened this issue 9 years ago • 4 comments
trafficstars

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?

mehmetsen80 avatar Nov 09 '16 04:11 mehmetsen80

I'm also waiting for this

peihsendoyle avatar Nov 30 '16 05:11 peihsendoyle

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

keremkayhan avatar Dec 18 '16 10:12 keremkayhan

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.

edamov avatar Jan 04 '17 11:01 edamov

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

SMillerDev avatar Feb 05 '21 14:02 SMillerDev