I'm having problems with receiving changes on a playlist (added, removed, and moved tracks).
I have the following flow:
- create SPSession
- login
- create Playlist from URI
Then I change the playlist in the Spotify desktop app by adding, removing and moving some tracks. Exactly 2 changes are notified via callbacks on my SPPlaylistDelegate. But then it stops. No changes in the playlist are notified anymore. This was working perfeclty on an older version of CocoaLibSpotify.
Can anyone help me with this one?