I am using CocoaLibSpotify in an iOS application. When I set markedForOfflinePlayback
to YES
on an instance of SPPlaylist
the offlineStatus
almost immediately changes to SP_PLAYLIST_OFFLINE_STATUS_YES
for the playlist and the tracks in the playlist. However, the offlineDownloadProgress
is 0.0 all the time.
The tracks have clearly not been cached. First and foremost, it would take much longer to cache them. Secondly, when I put my device in airplane mode and try to play one of the tracks marked as offline, no audio is played.
Does anyone have an idea what I might be doing wrong?