spotify / ios-sdk

Spotify SDK for iOS
https://developer.spotify.com/documentation/ios/
660 stars 185 forks source link

Logout from spotify #404

Open Dheenul opened 10 months ago

Dheenul commented 10 months ago

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.