Skip to content
Discussion options

You must be logged in to vote

On iOS, Web Push has a few extra requirements beyond enabling the toggle:

  1. iOS/iPadOS 16.4 or newer.
  2. The app must be installed to the Home Screen. iOS only delivers Web Push to home-screen web apps, never to a Safari tab. Open Yuvomi in Safari, then Share -> "Add to Home Screen". After that, enable the notification toggle from inside the home-screen app, not from Safari. The subscription belongs to that installation, so a toggle you flipped in Safari does not carry over.
  3. A certificate iOS actually trusts. Self-signed certificates or a private CA without an installed profile prevent the service worker from registering, which silently kills push. A plain http:// LAN address will not work ei…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ulsklyc
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants