FAQ: Clearing Cookies

2296

When someone clears their browser cache/cookies/history this prevents the browser from getting all push notifications from sites in which they are subscribed.

When this happens it wipes all data about the user, like the player id. This is stored in the IndexedDB of the browser.

2426

Clearing browser data does not reset push permissions to the site. Upon the subscribed user returning to the site, the OneSignal SDK checks the permissions and if push notifications are allowed, it automatically resubscribes the device to push, which creates a new push record (player_id and push token).

What happens to my Data Tags?

Due to the previous player_id being deleted from the browser, there is no reference to the tags set for this device. To regain the tags, you should setup the External User Ids so tags persist across the User and not the Device.

A couple other options:

  1. You can disable auto resubscribe. This will prompt the user with the category prompt again, but will not show the native prompt after.

  2. You can setup the OneSignal SDK to trigger the category prompt again if they don't have any tags set. Some example details in our Category Prompt guide.