8

i have wordpress website and create own PWA based on wordpress.

now i want to use push notification on my web app!

how can send push notification to my ios users?

[resolved in android pwa]

3 Answers3

6

Unfortunately, push notifications are not yet available on IOS.

Right now, Safari only supports push notification on Mac.

If you want push notifications on IOS, you have to develop native app.

failedCoder
  • 1,346
  • 1
  • 14
  • 38
  • 2
    This is a highly unstable piece of tech--heads up, it looks like there is (extremely hamstrung, but existing) support, potentially, now: https://stackoverflow.com/questions/63819485/sending-push-notifications-to-ios-from-pwa – Kyle Baker Dec 22 '20 at 03:16
3

There is a workaround,the Wise Notifications plugin

It takes 5 min to setup and the website visitors can subscribe with 2 taps maximum. It uses a notifications hub app to make it possible.

While not as easy to subscribe (if the visitors don't have the hub app already installed) as usual web push notifications, it is the only quick way to reach your iOS audience.

The alternative is for you to create a native/hybrid iOS applications, publish it to the AppStore, implement Apple Push Notifications in the app and server and send notifications via APNS (Apple Push Notification service). This requires a quite a lot of effort (time or money or both).

0

Currently, push notifications are supported (not yet) on IOS.

Safari only is the only browser in IOS, others use webview (based on Safari) with just a UI.

Guy
  • 12,388
  • 3
  • 45
  • 67
Adel Benyahia
  • 233
  • 3
  • 10