Search code examples
iosswiftmpmediaitem

Get metadata of currently playing song in iTunes Radio using Swift


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.


Solution

  • It appears that this functionality is not supported at the moment.