2

From my iOS app, I need to get all the user playlist available in the Apple Music application.

Is it possible without the MusicKit SDK (prior iOS11) ?

fvisticot
  • 7,936
  • 14
  • 49
  • 79

1 Answers1

0

Support back to iOS 3.0 with MPMediaPlaylist.

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

Ted Hosmann
  • 2,195
  • 17
  • 18
  • can we get playlist from iTunes Store ? Prior to iOS 11 – Ketan P Sep 07 '17 at 13:47
  • iTunes Store only has albums. Using the iTunes Search API you can get all albums for any country. https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/ – Ted Hosmann Sep 18 '17 at 21:59