Hi there!
For Safari Push Notifications, I'd like to know how I can listen a "notification received" event on my web site.
The purpose is to execute some actions (code) when a push notification sent from my web server is received on my web page, such as counting them for statistics.
Thanks
Post
Replies
Boosts
Views
Activity
Hi there,
I'd like to know how to stop sending/receiving Push Notifications when the user clear cookies in Safari, therefore the session / authentication cookie.
The server will never learn the cookie was deleted and it will keep sending Push Notifications to the web client although the user will be logged out.
Any thoughts?
Thank you.
Hi there!
Once the permission is granted by the user, the Push Package is installed and it's not requested ever again.
I'd like to know what happens if I decide to update the Push Package like the iconset or some URL such as the redirect URL on click (urlFormatString).
How I can force an update of the Push Package so the user gets the updated one?
Thanks