countly-sdk-react-native
countly-sdk-react-native copied to clipboard
Mixed user profiles when using the same device
Hello,
I have an issue when using different account on the same physical phone. My 2 User Profiles are merged. There is only one profile with both email, both name etc. I use the stop session in the log out & the start session in the log in.
When I used Countly in an iOS Native project I had the option to use this : Countly.sharedInstance().userLoggedOut();
Is there the same option on React Native ? What can I do to resolve my issue and having distinct user profile ?
Thanks in advance