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?
Asked
Active
Viewed 1,734 times
1
-
Possible duplicate of https://stackoverflow.com/questions/50692775/ios-12-web-push-notifications – Peter Pajchl Nov 19 '18 at 09:47
-
Possible duplicate of [iOS 12 web push notifications](https://stackoverflow.com/questions/50692775/ios-12-web-push-notifications) – Tamás Sengel Nov 26 '18 at 06:20
-
@TamásSengel your comment is also a possible duplication of the above comment – Ali123 Apr 11 '19 at 12:55
1 Answers
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