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
i found a bug that always need to close my app to reset setVisitorInfo on myapp.
for example :
i login with User A and i use zendesk (email : userA@gmail.com) then i log out
when i login with User B and i use zendesk and the email still userA@gmail.com But,
If i close my app and then open it again and use zendesk, i use zendesk the email is userB@gmail.com
is there any way to fix it?
Thank you..
The text was updated successfully, but these errors were encountered:
As long as you are calling setVisitorInfo at each point of login, which it sounds like you are doing, it should be working. This plugin is just an interface to the Zendesk Chat SDK, so I would think that this is a bug in their SDK.
We would need to run a test program without using flutter (native Android or iOS) to verify it is an issue with the SDK.
i found a bug that always need to close my app to reset setVisitorInfo on myapp.
for example :
i login with User A and i use zendesk (email : userA@gmail.com) then i log out
when i login with User B and i use zendesk and the email still userA@gmail.com But,
If i close my app and then open it again and use zendesk, i use zendesk the email is userB@gmail.com
is there any way to fix it?
Thank you..
The text was updated successfully, but these errors were encountered: