Roman Leizerovych
Roman Leizerovych
@vdaele use both libraries, request token from Auth library, then `SpotifyAppRemote.connect()`, and afterward request for the audio analysis with the token via WebAPI. Be aware that I have got a...
@vdaele this is a common behavior with iOS platform. If no interaction takes place, then the IPC and Spotify's service disconnects and unbinds, with a detail that on iOS it...
@Nimmidev just to clarify: The disconnect of our app and subsequent reception of `SpotifyConnectionTerminatedException` takes place only if music isn't in playback state for some time(for us it's surely more...