Edujugon / PushNotification

PHP and Laravel Package to send push notifications to Android and IOS devices.
MIT License
478 stars 159 forks source link

Is it possible to use p8 instead of pem file ? #45

Closed kishan6446 closed 6 years ago

kishan6446 commented 6 years ago

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?

Edujugon commented 6 years ago

Hi @kpmessapps ,

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

kishan6446 commented 6 years ago

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

kishan6446 commented 6 years ago

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

Edujugon commented 6 years ago

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?