How to setup notifications on iOS web app #580
|
Is there any way to setup notifications on iOS? I enabled it in settings and sent a test notification but it did not work. Is there another setting I am missing? |
Replies: 2 comments
|
On iOS, Web Push has a few extra requirements beyond enabling the toggle:
One caveat that is on me: the "Send test notification" button currently reports success as soon as the server accepts the request, even when zero subscriptions were reached or Apple rejected the push. So the server log is the reliable signal right now. I am fixing the button to report the actual delivery count, adding the push service's HTTP status to the error log, and documenting the iOS requirements above in the installation guide. If you can share your iOS version, whether the app is on the Home Screen, what kind of HTTPS certificate you use, and any |
|
This is now released in v1.46.2:
For your setup, the Home Screen installation is still the most likely cause, so start there after updating. If it still does not arrive, the new log line names the service and its rejection reason: Post that line here and I will take another look. Closing this for now. |
On iOS, Web Push has a few extra requirements beyond enabling the toggle:
http://LAN address will not work ei…