Overview
When using PWA (Progressive Web Apps), customers may not be receiving Push Notifications as the PWA URL may be blocked and needs to be allowed. This article provides the steps to add/allow the PWA URL in Google Chrome, so that Push Notifications are allowed.
Solution
Follow the steps below to add/allow the PWA URL in Google Chrome, so that Push Notifications are allowed:
On Android
-
Open Chrome.
-
At the top right, click More
> Settings.
-
Click Notifications.
-
Ensure that the toggle next to Show Notifications is enabled.
-
Scroll down and ensure that
https://<PWA URL>
is enabled.
On PC
-
Open Chrome.
-
At the top right, click More
> Settings.
-
Scroll down to the bottom of the Settings page and then click Advanced.
-
Under "Privacy and security," click Site settings.
-
Click Notifications.
-
Confirm that
https://<PWA URL>
appears under "Allowed" and is not "Blocked." If it is "Blocked," click Moreand click Allow.
- If it is not in the Allowed or Blocked list, click Add, enter the PWA URL, and then click Add.
Testing
Here's an example of the Push Notification that is expected to appear (the example below is taken from a PC)
Comments
0 comments
Please sign in to leave a comment.