I was able to do this with CocoaLibSpotify, but I can't figure out how it should be done in the new Spotify iOS SDK.
I'm trying to create an array of tracks from multiple playlists that I load in via their URIs. The goal here is to be able to play, at random, tracks from across a set of playlists.
I've been able to load in a playlist from its URI, it's represented as an SPPlaylistSnapshot. There doesn't seem to be a way to get the individual tracks from this SPPlaylistSnapshot so I can create a pool that I can add to and draw from.
Does anyone know a way to do this?