spotify / web-api

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
981 stars 79 forks source link

React Native App - Offline Support #1144

Open kokoskiwi opened 5 years ago

kokoskiwi commented 5 years ago

Hi, I want to create a music news app. I want to embed spotify tracks. This isn't a problem. But I want that users who have a Spotify Account and are authorized, that they can hear the spotify tracks over my app, even though they have no internet connection, if they have downloaded the track in their spotify app.

Is this somehow possible?

0xNF commented 5 years ago

With the base web api, this is not possible, but I'm sure you could come up with some elaborate gymnastics by sniffing for a local Spotify folder and playing cached tracks or something.