Manuel del Olmo Pomares

Results 12 comments of Manuel del Olmo Pomares

@stephanenicolas But this is an application scoped component, hence it should be the application the one that holds its reference.

Hi, this is a great suggestion, I will run it by the team. In the meantime, you can use our Web Connect API: https://developer.spotify.com/documentation/web-api/guides/using-connect-web-api/

Hi @snappdevelopment I'm not currently working on the SDK, but to the best of my knowledge, this feature is not currently in the product backlog.

> > Maybe we can just subscribe to player state and check when we'll get new track with new track id or name. > > The problem is I would...

Hi, the Spotify app uses the OS volume levels, so you can use [AudioManager](https://developer.android.com/reference/android/media/AudioManager) to change the media volume from within your app.

Hi @anscash I know there has been a change on the LoginActivity launch-mode recently. Can you share with me which Spotify version are you using?

Hi @anscash Can you try our new version of the auth-lib, to see if it makes a difference? `implementation 'com.spotify.android:auth:1.2.2'`

Hi @ehambuch I don't think your error is the same one as the one @anscash is having. The `INVALID_CLIENT` error is due to a configuration error. Maybe it's better to...

Hi @tobika We are working on fixing this issue. Thanks for your patience.

Hi @FlorianLoch I don't think you missed anything. The feature we developed doesn't seem to suit your needs. To solve your use-case, we either need to support "skip to track-uri"...