I have recently been using the new Apple MusicKit functionality.
I've got a Developer Token
and Music-User-Token
and I can run the test code provided by Apple.
I want to try and do a few more things but the documentation doesn't seem to cover it.
From what I can tell (at the moment) the User Token is only used to edit things like ratings of albums, songs etc
Problem 1:
What I'd love to do is create a playlist (via this API rather than the native Objective-C/Swift) code.
Using the native code, the playlist ID is a GUID but this ID doesn't seem to be relevant to the Apple APIs ID for a playlist (formatted pl.u-[uniquereference]
)
Problem 2:
I'd also like to retrieve a list of my playlists.
Has anyone done this? Is it even possible?