Strategy for Safari Push Notifications

I am working on a PWA implementation that needs to send push notifications, we are considering a solution for sending push notifications to ios browsers (we use Firebase (FCM) for everything else.) Which would be a good push notification strategy on all platforms including ios?

We look at sniffing a user agent and using FCM for non-iOS users, switching to websites for ios users. We are not sure how viable this approach will be. Any suggestions for this approach or a better alternative could help!

+6
ios push-notification websocket progressive-web-apps service-worker
source share

All Articles