react-native-spotify-remote
react-native-spotify-remote copied to clipboard
Android sdk 2.1.0 auth / 0.8.0 remote (with store?)
I've been running into android auth issues (iOS works just fine). I'm guessing it's related to the following?:
https://github.com/spotify/android-sdk/releases/tag/v0.8.0-appremote_v2.1.0-auth
Changed the way App Remote connects to the Spotify App. We do not longer start a foreground service when running Spotify 8.8.36 or newer. This means we will not display the foreground notification on recent versions.
It makes me a little concerned that the reason I can't get android to work on 1.2.3 / 0.7.2 is because the spotify app itself has changed how the remote connects with it. Has anyone tested 2.1.0 / 0.8.0 android sdk? If not - I'll be working to see if I can get something to work.
I appreciate all of @cjam 's work on this so far - keep up the good work!
I haven't tested those new versions yet, but what problems do you experience on Android? I'm still on 1.2.3 and 0.7.2 and things seem to work (relatively) fine. I still see the foreground service notification ("Spotify connections") when connected to Spotify.