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
In Android SDK we have a method to logout, what it does is it clears all the user data and disconnects Spotify, while in iOS, there is no such method. We have only disconnect, which only disconnects Spotify from my app. Because of this even though when user is changed in Spotify, it's not getting reflected in my app for the first time, it's get's reflected for the second time.
The text was updated successfully, but these errors were encountered:
In Android SDK we have a method to logout, what it does is it clears all the user data and disconnects Spotify, while in iOS, there is no such method. We have only disconnect, which only disconnects Spotify from my app. Because of this even though when user is changed in Spotify, it's not getting reflected in my app for the first time, it's get's reflected for the second time.
The text was updated successfully, but these errors were encountered: