How can i get the metadata of the currently playing song from iTunes Radio (or other streaming services) using Swift?
I tried MPMediaPlayer.nowPlayingItem
but that only works for songs that are physically on the device.
It appears that this functionality is not supported at the moment.