Can Spotify access iOS offline track

Is it possible to access tracks offline using the Spotify iOS SDK? I could not find any documentation or examples that show how this is possible.

Some old questions indicate that it is available in the obsolete LibSpotifylibrary , but it is highly recommended that you use the new Spotify iOS SDK .

There is an Android Offline Playback request, but even this is almost 2 years old and nothing was found about the iOS SDK.

+7
spotify
source share
1 answer

This is not supported in the iOS SDK. You can make feature requests here: https://github.com/spotify/ios-sdk/issues

+1
source share

All Articles