1

MPMediaLibrary contains the api for creating a new playlist:

https://developer.apple.com/documentation/mediaplayer/mpmedialibrary

func getPlaylist(with uuid: UUID, creationMetadata: MPMediaPlaylistCreationMetadata?, completionHandler: @escaping (MPMediaPlaylist?, Error?) -> Void)

But it does not contain an api for removing the playlist. How is that action performed?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Jonathan
  • 614
  • 1
  • 9
  • 18

1 Answers1

1

I received a response from Apple tech support which confirms this is by design.

Jonathan
  • 614
  • 1
  • 9
  • 18