You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Unable to delete device on Android using React Native
Description
I am trying to delete a device from PubNub's channels during logout, which should prevent sending notifications for the device. However, even after executing the deletion code, the device continues to receive notifications.
Title
Unable to delete device on Android using React Native
Description
I am trying to delete a device from PubNub's channels during logout, which should prevent sending notifications for the device. However, even after executing the deletion code, the device continues to receive notifications.
Code Snippet
Expected Behavior
The deleteDevice method should remove the specified device from PubNub's channels, preventing it from receiving any further notifications.
Current Behavior
Even after executing the deletion code, the specified device is still able to receive notifications.
Additional Information
Any help in resolving this issue would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: