I'm currently building a music app and I want to get the playlist of the currently playing item (in Apple Music).
I don't mean I want to use a MPMediaPickerController, because I only want to get the media items of the current playlist.
Thank you very much for your help!
If you don't start the playlist yourself, it's not possible to retrieve what items are coming up next.
You can get the information for the currently playing song by getting the nowPlayingItem from the player, but any queue related APIs are write-only.