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

Spotify SDK for Android

Results 146 android-sdk issues
Sort by recently updated
recently updated
newest added

...This is a referral from @SpotifyCares via Twitter and the Spotify Community Forum. Spotify Cares indicated this would be the best place to address this issue. Thanks for your help!...

I don't understand how to get an instance of SpotifyAppRemote if I log in with the Single Sign-on (Android Authentication Library). Can I do that? Or am I supposed to...

Issue found on 7/7/22. #### SDK Version: Auth 2.0.2 #### OS Version: / #### Scope(s): / #### Steps to reproduce: 1. Include Auth lib 2.0.2 2. Try to build app...

Issue found on 2020-07-04. #### SDK Version: 2.0.2 #### OS Version: Android Emulators API 23, 24, 25, 26 with Bromite Chromium v102 (It is easier to install it instead of...

By some digging and reverse engineering I found out that in order to start a (standard) oauth code flow on ios I have to open ```spotify-action://authorize?response_type=code&client_id=XXX&scope=user-read-email&redirect_uri=XXX``` on iOS. I can...

*Thanks for your interest in the Spotify App Remote SDK! Issue found on June 1, 2022. #### SDK Version: Auth lib 2.0.2 #### OS Version: Android 12 #### Steps to...

Issue found on *27-01-2021*. #### SDK Version: 1.2.3 #### OS Version: Android Version 11 #### Scope(s): #### Steps to reproduce: 1. Open Login Activity 2. Click on "Continue with google"...

The current implementation of `AuthorizationClient` calls [startActivityForResult](https://developer.android.com/reference/androidx/activity/ComponentActivity#startActivityForResult(android.content.Intent,int)) and expects the user to call [onActivityResult](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/activity/activity/src/main/java/androidx/activity/ComponentActivity.java#758), both of which are now deprecated in favor of the [Activity Result API](https://developer.android.com/training/basics/intents/result). The SDK should...

I'm finding a way to clear all songs from queue but couldn't find it. Can we have this feature in the future? Thank you.

suggestion

We have been working on an open source platform called MusicBrainz to provide access to data. We would like to leverage the Spotify android sdk to connect with Spotify and...