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

FEATURE REQUEST: In contrast to the Web-API, it seems that it is not possible to create custom Spotify Playlists with the current android sdk?! It would be really great for...

suggestion

I have an app that works perfecty, but when I upload it to Google Play, it crashes and throws "CouldNotFindSpotifyApp" exception. Issue found on May 17th, 2020 . #### SDK...

Issue found on: May 17th, 2020. #### SDK Version: 0.7.0 #### Steps to reproduce: 1. Have a working apk debugged in the android emulator 2. Test it on your phone...

Occasionally, when my app interacts with the app remote it may throw a `SpotifyDisconnectedException` even though nothing explicitly was done to disconnect. Could you please explain under which circumstances the...

I am wondering if the `type` field of the app-remote library's `PlayerContext` class could be exposed as an enum value, so that it is easier for the user to handle...

Suppose I provide an offset in ms, does the player try to play from this exact position or does it start from a nearby block/chunk start point?

question

In our app and also in the app-remote-sample app, provided by Spotify, a SpotifyConnectionTerminatedException is thrown approx. 5 minutes after app start. It seems that the app disconnects from Spotify...

*Thanks for your interest in the Spotify App Remote SDK! If you're submitting a bug, please use the following template. If your issue is a feature request, please include your...

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...

In my Android app, I want to visualize the audio beats. By using the [Quick Start](https://developer.spotify.com/documentation/android/quick-start/) I can get authorized and get notifications for the currently playing song which is...