Web Push notifications with iOS 11.3

2019-06-15 01:28发布

问题:

With the release of iOS 11.3 and it's inclusion of service workers, I have been trying to find information about whether or not web push is also available now, particularly for the usage in PWA's.

Does anyone have any knowledge on this or know where I can find the information.

I Currently use Onesignal for my push notification package and it works very very well for browser and Android. So here is hoping that if it is supported now, they get it up and running fast.

回答1:

Bad news : Apple has included services worker but not Push API so you can't receive push notification.

https://medium.com/@firt/progressive-web-apps-on-ios-are-here-d00430dee3a7

I'm really disappointed...



回答2:

I am following the roadmap of the webkit and it seems they are working on it:

https://webkit.org/status/#?search=manifest

Hopefully by end of the year, It will be released in production.