I'm creating an a Spotify iOS app using Cocoalibspotify that essentially allows for live playlist sharing. I do this by having the user add a playlist and set it as collaborative. So I have 2 questions:
1) I want the app to notify the user when a subscriber adds or deletes a track from a playlist shared between them. Is this possible?
2) Is it possible to send a request to another user to have them subscribe to one of your playlists?
Sorry if these questions are kind of poorly worded. I'm fairly new to iOS development and Cocolibspotify. Thanks for the help!