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

Update README.md for iOS Web Push and VAPID credentials #197

Merged

Conversation

daronspence
Copy link
Contributor

Since Apple added web push support to iOS in 2023, there hasn't been a lot of details around what exactly is required.

Following the readme in this project, push notifications were working for Chromium browsers.

Apple follows a part of the spec that requires a VAPID subject to generate the push JWT. I found this specific information through a Java based library elsewhere on Github. web-push-libs/webpush-java#201 (comment)

Adding this information should make things a lot clearer for people trying to add native web push support to their web apps moving forward.

Add information about VAPID_SUBJECT for iOS webpush support.
@cretueusebiu cretueusebiu merged commit 4276786 into laravel-notification-channels:master Jul 10, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants