spotify / ios-sdk

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

Possible to tell if song is trying to play on another device? #218

Open ethan021021 opened 4 years ago

ethan021021 commented 4 years ago

I'm having issues with my appRemote getting disconnected every time the Spotify client is open on my computer. Is there a delegate method or anything that we can check to see if the account is being used on another device?

eedvardsson commented 4 years ago

There's unfortunately no way of telling if the account is being used on another device today.

ethan021021 commented 4 years ago

@eedvardsson Can I request to get this implemented as a delegate method? It's pretty hard to integrate and successfully use this SDK when a user has the Spotify desktop client open and iOS is trying to connect. This delegate method should also exist because I should know when another device is trying to play music so my app can handle that flow properly.