Can Safari push notifications be supported?
Thanks!
Thanks!
Thanks for posting about this with this informative link. I'll quote the most interesting points:JAWB25 wrote: ↑28 October 2022, 15:00 I think push notifications are now supported in Safari on macOS. Is this enabled on BGA? I tried to turn them on but there was an error message on the page, in addition to not getting expected turn notifications. I still get notifications through Google Chrome. I'm most anticipating Apple adding push to Safari on iOS, which I believe is coming soon. It will make such a difference for me on BGA and mobile (e.g., iPad).
https://webkit.org/blog/12945/meet-web-push/
As long as you’ve coded your web application to the standards you will be able to reach Safari 16 users on macOS Ventura.
We do implement the standard, and we do use feature detection ; Safari is not excluded through browser detection. So theoretically, if you are using Safari 16 on macOS Ventura notifications should work. If they don't, you should get an error message indicating which feature is found as not being supported through feature detection. So what error message did you get?If you exclude Safari through browser detection, now would be a great time to switch to feature detection, which lets you take advantage of new features as soon as they’re supported. Additionally, if you tightly manage push end points on your server, be sure to allow URLs from any subdomain of push.apple.com.
Indeed that's great to know! Thanks for testing and confirming this, and your input in the first placeJAWB25 wrote: ↑31 October 2022, 14:59 Hi!!
Screenshot 2022-10-31 at 6.55.33 AM.png
It worked!! TY for addressing this!
It's not the biggest deal for desktop (because we can always use a different browser), but I really look forward to getting the Safari push notifications on iOS once Apple updates to add that feature now that it works on macOS in Safari. I think the iPad could be the best board game device ever with continued BGA support!
TY again!!