Edujugon / PushNotification

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

.p12 instead of .pem #13

Closed dantaylorseo closed 7 years ago

dantaylorseo commented 7 years ago

Not an issue per-se just a feature request. Is there any way you could modify this to use .p12 or .pem files?

It would just remove the extra step of generating the .pem

Edujugon commented 7 years ago

As far as I know you have to create a .pem file. Anyway, I should have to research that. If you find a way, you are welcome to create a pull request or send me a message with the details.

dantaylorseo commented 7 years ago

It's ok now. I realised I've been using fastlane for my build and submit for a while and they have a certificate generator too. That generates pem files.

Mark this as closed if you like?

Sent from my mobile device.

Dan Taylor

On 28 Dec 2016, at 19:50, Eduardo Marcos notifications@github.com wrote:

As far as I know you have to create a .pem file. Anyway, I should have to research that. If you find a way, you are welcome to create a pull request or send me a message with the details.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

Edujugon commented 7 years ago

Okay, closing it then :)