diff --git a/src/views/HelpNotificationsView.vue b/src/views/HelpNotificationsView.vue index 4da4944fa2..35b70b8331 100644 --- a/src/views/HelpNotificationsView.vue +++ b/src/views/HelpNotificationsView.vue @@ -61,6 +61,24 @@
Here are ways to test notifications and get them working.
+Quick checklist:
+@@ -125,12 +143,25 @@
- In Apple iOS, check "Settings" -> "Notifications", look for the Time - Safari app (or the browser you're using), and make sure notifications + If you use Focus (iOS) or Do Not + Disturb (Android), notifications may be silenced. Check that + {{ AppString.APP_NAME }} is allowed in that mode, or temporarily turn + it off to test. +
++ In Apple iOS, check "Settings" -> "Notifications" and look for + {{ AppString.APP_NAME_NO_SPACES }} + (the app name in system Settings). If you added the app from a browser + (e.g. "Add to Home Screen"), you may see + the browser (e.g. Safari) instead — ensure notifications are enabled + for that and for the site if listed separately. Make sure notifications are enabled.
- In Android, hold on to the app icon, then select "App Info", then + In Android, go to "Settings" -> "Notifications" and look for + {{ AppString.APP_NAME_NO_SPACES }} + (or Chrome if you installed from Chrome). Alternatively, long-press + the app icon, select "App Info", then "Notifications" and make sure they're enabled. If it's still a problem then go further:
@@ -146,8 +177,8 @@@@ -158,6 +189,29 @@ class="ml-4" />
+ ++ Notifications (especially scheduled reminders) can be blocked by + battery or background settings. Check the following: +
+- Here are instructions to uninstall the app and clear out caches and storage. - Note that you should first ensure check that the browser tabs with Time Safari are closed. - (If any are open then that will interfere with your refresh.) + Here are instructions to uninstall the app and clear out caches and + storage. Note that you should first ensure that browser tabs with + {{ AppString.APP_NAME }} are closed. (If any are open then that will + interfere with your refresh.)