You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that adding a popup message asking users if they want to receive push notifications could work well—if implemented correctly!
Here’s how it should function:
Configurable Setting: There should be an option in the web push ACP settings to enable or disable the popup message that prompts users to subscribe to push notifications.
Show to Members Only: The popup should only appear for registered members, never for guests.
Target Unsubscribed Users: Display the popup only to members who are currently unsubscribed from web push notifications.
Popup Design: The popup should include “Allow” and “Decline” buttons. Clicking “Allow” would function the same way as the current subscribe/enable push notifications button.
Store Declines: If a user clicks “Decline,” the popup should disappear, and their choice should be stored in the database to ensure they are not prompted again.
Clear Decline on Subscription: Whenever a user subscribes to push notifications, their “declined” status (from step 5) should be cleared. This way, if their subscription is later disabled for any reason, the popup will reappear to inform them and allow them to re-subscribe.
The text was updated successfully, but these errors were encountered:
I believe that adding a popup message asking users if they want to receive push notifications could work well—if implemented correctly!
Here’s how it should function:
The text was updated successfully, but these errors were encountered: