We are currently build a progressive web app (HTML/CSS/JS/React) for a client and need to provide push notifications to Safari iOS (Mobile) users. I understand that web push notifications aren't currently supported in iOS Safari so is there a way to handle this? Assuming that our web app is ultimately a website I see two options:
1) Get website visitors to install the UA app simply for messaging (and then all notifications - Android/iOS are pushed through the app. There will be no native app that we'll build so effectively they just install UA for messaging.
2) Provide web push notifications for devices that support it and then use UA app to support just those devices.
Would either of these work?
Pete
Comments
3 comments