theawesome
theawesome

Reputation: 333

Use spotify app in background with API

I have a spotify app that I am intereacting with using my website, doing things like adding to playlist and playing. However I want this to happen in the background rather than popping up the app each time I add a track to a playlist. Anyone know if there's a way to do this?

Upvotes: 0

Views: 345

Answers (1)

José M. Pérez
José M. Pérez

Reputation: 3279

Unfortunately there is no support for background Spotify Apps, so you need to keep your app opened to prevent it from being unloaded.

There is more information about this on the Spotify Developer Guidelines.

Upvotes: 0

Related Questions