User cannot go back from Spotify Login Activity, only using hardware buttons
SDK Version:
Spotify-app-remote 0.6.2 Spotify-auth-release-1.1.0
OS Version: All
Scope(s):
User should be able to go back from spotify activity without hardware button
Steps to reproduce:
- Call login activity in order to login into Spotify
- Using code:
val builder = AuthenticationRequest.Builder(SPOTIFY_ID, TOKEN, REDIRECT_URI)
builder.setScopes(
arrayOf("streaming", "app-remote-control", "playlist-read-private",
"user-read-playback-state", "user-read-email", "user-modify-playback-state")
)
val request = builder.build()
AuthenticationClient.openLoginActivity(activity, REQUEST_CODE, request)
Expected behaviour:
User have a top navigation bar with back button
Actual behaviour:
User cannot go back from spotify activity only by clicking hardware button
Have you been able to solve this problem? I am encountering this problem, too. The Login Activity shows, but when I tried to click on "Agree", nothing happens.
Spotify has abandoned this project, unfortunately. We can only expect it to fall apart piece by piece. 😢
Oh so sad... but I did found this: https://github.com/spotify/android-auth Don't know if this is the replacement for the old packages though.