1

I am not able to find a way to enable web push notifications for a PWA app. Does that work in IOS like it does on android?

tryingToLearn
  • 10,691
  • 12
  • 80
  • 114

1 Answers1

1

No the web push api is not yet available on the iOS yet (as of May 2019)

refer here https://developer.mozilla.org/en-US/docs/Web/API/PushManager

Christlin Panneer
  • 1,599
  • 2
  • 19
  • 31