-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated APNs provider API deadline reagrading HTTP/2-based Apple Push Notification service #125
Comments
Is the maintainer going to answer? |
any news on this topic guys? |
Any update on this. Like we need to update anything In our end or app team needs to update. @Edujugon |
Received a message from Apple today saying "APNs will no longer support the legacy binary protocol after March 31, 2021." So I think this package will not be able to send push notifications to iOS devices after March 31. How did you guys solve this challenge? |
I dug into this a little bit and this package does not support HTTP/2. I'm digging a little more to see how difficult updating it would be, but it does looks like https://github.com/laravel-notification-channels/apn uses the newer protocol. Edit: https://github.com/edamov/pushok is maybe the better option. |
Thanks @jeremymlane, it looks like the APN notification channel implements Pushok. Both options look good. Edit: I've implemented Pushok and works well. With the notification channel I couldn't figure out how to send one notification to multiple devices in one go. |
Hi, Thank you. |
Thanks for your response @Edujugon. I wish I could help but I don't have the skills to do it (properly that is). |
Does this package work with Updated APNs provider API (HTTP/2-based)?
https://developer.apple.com/news/?id=c88acm2b
The text was updated successfully, but these errors were encountered: