The Web channel id for iOS and Desktop PWA(Progressive Web App) changes after reinstalling the App on the same device.
In the JavaScript code we are following the below steps
- sdk.register() [to register]
- sdk.addEventListener('channel'... [event listener for channel]
- sdk.getChannel().then(channel... [function to get channel id]
Is there any specific data we need to send as a request to make sure channel id stays the same for the device even after reinstallation?
Comments
0 comments