Nos78 / MrData

Discord Bot providing some simple scoring using postgres
GNU General Public License v3.0
3 stars 1 forks source link

Push Notification client doesn't function in Safari #29

Open Nos78 opened 4 years ago

Nos78 commented 4 years ago

iOS users who use Safari cannot receive push notifications as the browser does not support service workers, not push notifications.

Therefore an alternative solution needs to be sought - such as developing a simple iOS app that can receive the notifications. A simple dummy app should suffice, as it only needs an app id and (hopefully) the OS push service will deal with the rest.