Questions tagged [apple-music]

Apple Music is a music streaming service created by Apple Inc.

Apple Music is a music streaming service created by Apple Inc. Users can listen on-demand to available tracks or curated playlists. The service also includes Internet radio stations.

Use this tag for questions regarding Apple Music and its APIs. For general Cocoa or Cocoa Touch API questions, use the and tags respectively. For language questions, use the or tags.

196 questions
-2
votes
1 answer

Trying to append music items to array but getting out of range error (Swift)

I have an app that locally prints out all of a users songs in a list. This is the array: var mySongs: [MPMediaItem] = [] This is how the songs are fetched: self.mySongs = MPMediaQuery.songs().items ?? [] I want to loop through the mySongs array…
ctm
  • 88
  • 1
  • 1
  • 10
1 2 3
13
14