Edujugon / PushNotification

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

Allow APNs with .p8 key #166

Open ASacanell opened 1 year ago

ASacanell commented 1 year ago

Allow use of APNs keys (that doesn't expire) instead of certificates.

I added a new service, so it doesn't contain any breaking changes with the actual APN version with certificates. All the user has to do is use the new service 'apnp8' and update the config needed for it.