spotify / android-sdk

Spotify SDK for Android
https://developer.spotify.com/documentation/android/
Apache License 2.0
462 stars 119 forks source link

Redirect URI is not called by the sdk #249

Open Jaseemakhtar opened 4 years ago

Jaseemakhtar commented 4 years ago

Issue found on 05/05/2020.

SDK Version: 7.0.0

OS Version: Android 10

Scope(s): Android SDK OAuth

The redirect_uri doesn't seem to work. I created a deeplink to an activity in android. It seems to work when i call the deeplink with adb command and also from browser. But when it comes to Spotify-SDK the redirect_uri passed in connection params passed in establishing connection between remote-app and spotify-service the redirect_uri doesn't get called by the SDK. (In both cases, at the time of oauth and also for normal connection).