richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

Support for APN Auth Key #157

Open grago opened 7 years ago

grago commented 7 years ago

Hello, i was wondering if this projects supports (or plans to support) APN Auth Key? https://developer.apple.com/videos/play/wwdc2016/724/

It would be very useful to send push notifications to multiple apps from the same Symfony project (and without having to issue a new certificate per app)

Thanks