Web Push notifications with iOS 11.3

只谈情不闲聊 提交于 2019-12-06 17:30:32

问题


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...

EDIT - SEPTEMBER 2019

No improvement about Push notifications on iOS 13.1

EDIT - OCTOBER 2019

You can sign this petition opened by WonderPush.

https://www.change.org/p/tim-cook-apple-inc-implement-web-push-notifications-on-ios-devices




回答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.



来源:https://stackoverflow.com/questions/49575679/web-push-notifications-with-ios-11-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!