[Problem/Question]
How to login sdk without token after using session token?
[SDK Version]
com.sendbird.sdk:sendbird-chat:4.6.1
[Reproduction Steps]
- Our latest Android app version logs into the SDK with a session token.
- But the iOS app version still logs into the SDK without a token.
- This is causing issues for some multi-device users.
- They first use the Android app version.
- And then use the iOS app version.
- The SDK connection fails on iOS (error: 400302).
- Is there any way for a user who once logged into the SDK with a token to log in without a token?
[Frequency]
If it’s a Reproduction, it always happens.