IOS 中的 PWA Web 推送通知
PWA Web Push Notification in IOS
我正在开发 PWA。我希望它适合 android 和 IOS 用户。但是我看到一些文章说网络推送通知不适用于IOS。
我的问题是:
- 现在还不可用吗?
- 如果不可用,我该怎么做才能实现?
我正在征求有关这些的建议。提前致谢!
根据https://caniuse.com/push-api it is only available via Apple’s custom protocol: Safari Push Notifications. This however requires an Apple App Id. Another solution would be to fall back on email/text message, or integrate with a notification app like https://pushover.net/
我正在开发 PWA。我希望它适合 android 和 IOS 用户。但是我看到一些文章说网络推送通知不适用于IOS。
我的问题是:
- 现在还不可用吗?
- 如果不可用,我该怎么做才能实现?
我正在征求有关这些的建议。提前致谢!
根据https://caniuse.com/push-api it is only available via Apple’s custom protocol: Safari Push Notifications. This however requires an Apple App Id. Another solution would be to fall back on email/text message, or integrate with a notification app like https://pushover.net/