Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web push notifications not showing since Chrome switched to OSX notifications

Since Chrome switched to the native OSX notifications, sometimes the notifications I try to show using web-push and my service worker do not appear.

They appear consistently in previous versions of Chrome.

Is there anything I'm supposed to have changed since they moved to make this work?

like image 752
owencm Avatar asked Apr 03 '16 08:04

owencm


People also ask

Why are my push notifications not working?

Check Settings > Notifications & Actions > Turn on Get notifications from apps and other senders. Make sure your site and browser are also enabled.

Why am I not getting notifications even though they are turned on?

Cause of Notifications Not Showing up on AndroidDo Not Disturb or Airplane Mode is on. Either system or app notifications are disabled. Power or data settings are preventing apps from retrieving notification alerts. Outdated apps or OS software can cause apps to freeze or crash and not deliver notifications.

Why am I not getting notifications from Google Chrome?

Check your Chrome notification settings Click Settings. Select the Notifications tab. Under "Desktop notifications", click the button next to Chrome to turn notifications on or off.


1 Answers

  1. Make sure "DO NOT DISTURB" is toggled off: Notification Center > Notifications (Scroll to the top)

enter image description here

  1. Open Notification Center > Notifications > gear button in the lower-right corner of Notification Center (https://support.apple.com/en-us/HT204079)

On the Notification Settings: Click on Google Chrome (Badges, Sounds, Banners): enter image description here

And toggle on "Allow Notification from Google Chrome": enter image description here

like image 99
Daniel Avatar answered Nov 09 '22 05:11

Daniel