web-push-php
web-push-php copied to clipboard
Is there a way to "get the UserAgent" for a specific subscription?
When the user subscribes, I log the current UserAgent for that subscription.
However, as browsers update, the UserAgent eventually becomes outdated.
Is there a way to request the latest UserAgent for a specific subscription, to keep this info updated? (server-side)