I found out that implementation is a bit different and badly cowered with documentation, so created this repo.
--- TL;DR iOS WebPush specifics:
- user is required to add your site to the Home Screen of his iPhone/iPad
- manifest.json is required to set display: standalone
- you don't need to register at apple.com to receive something like GCM_SENDER_ID
- instead, you need to generate VAPID (pair of public and private keys)
I found out that implementation is a bit different and badly cowered with documentation, so created this repo.
--- TL;DR iOS WebPush specifics:
- user is required to add your site to the Home Screen of his iPhone/iPad
- manifest.json is required to set display: standalone
- you don't need to register at apple.com to receive something like GCM_SENDER_ID
- instead, you need to generate VAPID (pair of public and private keys)