Skip to content
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

Open
hiteshlalwani-tudip opened this issue Oct 12, 2020 · 8 comments

Comments

@hiteshlalwani-tudip
Copy link

Does this package work with Updated APNs provider API (HTTP/2-based)?
https://developer.apple.com/news/?id=c88acm2b

@artmerlop
Copy link

Is the maintainer going to answer?

@materazu
Copy link

materazu commented Dec 2, 2020

any news on this topic guys?

@iamrajput
Copy link

Any update on this. Like we need to update anything In our end or app team needs to update. @Edujugon

@peterarends
Copy link

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?

@jeremymlane
Copy link

jeremymlane commented Mar 6, 2021

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.

@peterarends
Copy link

peterarends commented Mar 8, 2021

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.

@Edujugon
Copy link
Owner

Hi,
Unfortunately, I don't have the time to implement this at the moment.
Is anyone up for helping on this? a PR would be more than welcome!!

Thank you.

@peterarends
Copy link

Thanks for your response @Edujugon. I wish I could help but I don't have the skills to do it (properly that is).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants