Search code examples
iosavfoundationmpmusicplayercontrollermpmediaquery

iOS - get programmatically queue of items currently playing


I want to get programmatically queue currently played in native Music App. I can use MPMusicPlayerController to get currently playing item but I want to get not only the item but whole playing queue. Is it possible to do it using AVFoundation or any other library?


Solution

  • I'm afraid this is not possible. Apple does not give us access to this information from any libraries.