I am trying to Fetch the subscriber ID with the code example from the site:
But ID allways return False. This used to work, but stopped working recently.
I have already subscribed, and turned off an on notifications again, but it didn’t help.
Any Ideias ?
<script>
<!-- Our JS snippet goes here -->
webpushr('fetch_id',function (sid) {
//save id to database
console.log('webpushr subscriber id: ' + sid)
});
</script>