android-sdk icon indicating copy to clipboard operation
android-sdk copied to clipboard

User cannot go back from Spotify Login Activity, only using hardware buttons

Open IuraGaitur opened this issue 6 years ago • 3 comments

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:

  1. Call login activity in order to login into Spotify
  2. 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

IuraGaitur avatar Jan 23 '20 09:01 IuraGaitur

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.

Jerrybaoyilei avatar Jul 17 '23 20:07 Jerrybaoyilei

Spotify has abandoned this project, unfortunately. We can only expect it to fall apart piece by piece. 😢

edgarwideman avatar Jul 17 '23 23:07 edgarwideman

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.

Jerrybaoyilei avatar Jul 17 '23 23:07 Jerrybaoyilei