In spotify iOS SDK, get playlist code has offset = 0, and limit = 20
But If a user has 21 or more playlist.
So how can I reach them? Any idea?
Im using
[SPTPlaylistList playlistsForUser:
withAccessToken:
callback:];
I have found my answer on spotify Api Reference
// Getting the first two pages of a playlists for a user