WebKit is bringing Web Push to iOS home screen web apps, with a full suite of native-like functionality including badging and focus modes. Read all about it: https://webkit.org/blog/13878/web-push-for-web-apps-on-ios-and-ipados/
@othermaciej Do you have any good pointers to how one achieves web push from within a web app? Specifically looking for how to store subscriptions, after doing the VAPID keys etc. 🙏🏻
@naton essentially it works the same as in other browsers. We found most websites that supported Push for other browsers just worked, as long as they didn’t have a hardcoded user agent lockout.