Hi. I managed to setup this gem with my Rails application & I can send push notifications to both Chrome and Firefox now. (Yeah!)
However, unfortunately, push notifications to Safari (version 16.4 on Mac OS Ventura) are still (silently!) failing.
When I send a test message from the console, I get always get a success message like this...
#<Net::HTTPCreated 201 Created readbody=true>
...even when sending to Safari. However, the message then never pops up in Safari, despite having notifications enabled all over the place (in Safari settings, Mac OS settings, etc.).
Hi. I managed to setup this gem with my Rails application & I can send push notifications to both Chrome and Firefox now. (Yeah!)
However, unfortunately, push notifications to Safari (version 16.4 on Mac OS Ventura) are still (silently!) failing.
When I send a test message from the console, I get always get a success message like this...
#<Net::HTTPCreated 201 Created readbody=true>
...even when sending to Safari. However, the message then never pops up in Safari, despite having notifications
enabled
all over the place (in Safari settings, Mac OS settings, etc.).What am I missing here?