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
Thank you so much for the awesome package! However, I’ve encountered an issue.
When I try to retrieve the VOIP token using the getDevicePushTokenVoIP() method after clearing the cache, it returns an empty string without any errors. In my scenario, when the user logs out, I clear all stored data (database, shared preferences, etc.), so upon logging in again, no VOIP token is found.
For testing, I tried skipping the cache clearing step, and it works as expected.
Do you have any suggestions for how to resolve this?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
Thank you so much for the awesome package! However, I’ve encountered an issue.
When I try to retrieve the VOIP token using the getDevicePushTokenVoIP() method after clearing the cache, it returns an empty string without any errors. In my scenario, when the user logs out, I clear all stored data (database, shared preferences, etc.), so upon logging in again, no VOIP token is found.
For testing, I tried skipping the cache clearing step, and it works as expected.
Do you have any suggestions for how to resolve this?
Thanks in advance!
The text was updated successfully, but these errors were encountered: