Edujugon / PushNotification

PHP and Laravel Package to send push notifications to Android and IOS devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to use p8 instead of pem file ?

kishan6446 opened this issue · comments

How to use the p8 file with this library instead of pem file in APNS?
How to set key_id, team_id, and app_bundle_id with this library for p8?

Hi @kpmessapps ,

You must first generate a pem file since the package expects that format..

Okay, thank you @Edujugon .
And is there any chances to extend this library for p8 in near future? :)

Okay, thank you @Edujugon .
And is there any chances to extend this library for p8 in near future? :)

Hi @kpmessapps ,

Yes, I would like to extend it covering more formats but can't provide an ETA..
In the meanwhile, can't you convert from p8 to pem and try?