Push Notifications on Safari IOS
Push API: Web Push Notifications are coming to iOS and Safari (confirmed by Apple)
And only six years too late.
More on reddit.comDid iOS 17 remove Safari Push notifications
PWA push notifications not working on iOS Safari (but working on android, web, mac os safari)
Videos
» npm install safari-push-notifications
A good portion of my PWA users use Safari on iPhone, but I can't figure how to make Push Notifications work os IOS Safari, they work perfectly on chrome for android and windows. But nothing I've tried seems to works on IOS Safari, on apple.developer docs it just say you should use the push notification API and it should work, it didn't, tried following some tutorials, nothing worked, tried using Firebase Messaging Cloud, also didn't work. I know probably I'm doing something wrong, but it's very hard to debug on an iPhone. Even demos like https://webpushtest.com/ or https://progressier.com/pwa-capabilities/push-notifications do not work properly. Do anyone have an example or demo that really works for IOS Safari, for me to look and see what I'm doing wrong?