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
0
votes
1 answer

Apple Music API Limitation

I am planning to use the Apple Music API (Apple Music Catalog) to search through songs in my app. By reading the docs and stack overflow I know that there is a rate limit however I am wondering if this limit affects all users using the app or per…
Satsuki
  • 2,166
  • 5
  • 17
  • 33
0
votes
3 answers

Creating a Playlist for an Apple Music User

I've created an app in React Native which allows a user to search for songs, which uses the Apple Music API. So far, so good. For the next step. What I want to do is use the songs the user has searched for, and let them save them as a playlist in…
0
votes
1 answer

MPMusicPlayerController skips to next song after continuing playback

I am using the MPMusicPlayerController to play songs from Apple Music. I am periodically (every several seconds) changing the song queue using setQueue(with: MPMusicPlayerStoreQueueDescriptor(storeIDs: ids)) I don't have any problems during music…
0
votes
0 answers

Redirect users from my app to different music streaming services

I'm building an app in Xcode that will present users with a daily song title. The songs are from several different streaming services including Apple Music, Spotify, and Soundcloud. When the user presses my "Listen Now" button, I want them to be…
0
votes
1 answer

How to get a Catalog Playlist id for Apple Music API?

I am currently developing a 3rd-party client for Apple Music on iOS devices, but got stuck when trying to fetch artworks for catalog playlists. According to Apple Music API, "Get a Catalog Playlist", we may fetch a playlist by using its identifier…
TonyTang
  • 11
  • 2
0
votes
1 answer

iTunes Lookup API response is different for different clients

Right now it looks like a mystery. Please help me in solving it. I use iTunes public API to fetch an album: "Metallica" by Metallica (see it in browser: US region, MV region). I construct the following URLs to fetch it via API: US region…
naXa stands with Ukraine
  • 35,493
  • 19
  • 190
  • 259
0
votes
0 answers

Apple Music Like searchbarcontroller iOS swift

I need to create a page which is similar to apple searchbarcontroller and it should include all the animations like apple. Please suggest me some thing now my application is working with some basic functions.
0
votes
1 answer

is it possible to play AppleMusics inside my app? If yes then how can i play this?

I'm beginner to iOS development. I want to play AppleMusic inside my app. please let me know is it possible or not? If it is possible then please suggest me how can i play this. I found this Link but i don't know wether it play music with iPhone…
Kuldeep
  • 146
  • 2
  • 12
0
votes
0 answers

How to find Explicit Songs on Apple Music User Playlists iOS?

I am fetching all Apple Music Playlists and Track lists into my App using AppleMusicAPI (Refers https://developer.apple.com/documentation/applemusicapi). Also In my App's Setting screen I have added a UISwitch to allow Explicit contents of Apple…
Anand Gautam
  • 2,541
  • 3
  • 34
  • 70
0
votes
1 answer

Control Apple Music/iTunes from another application running on the same PC

So I have to develop a full screen application in C#, and I was wondering if there's a way to control iTunes/Apple Music, that is running on the same PC (in the background). I would like something like play/pause, next, previous, MAAAYBE even…
Laureant
  • 979
  • 3
  • 18
  • 47
0
votes
2 answers

Apple Music Api -- Detect Apple Music subscription not working

Apple offers a method within the StoreKit framework to detect whether or not the users has an apple music subscription, although, it simply does not work. I have an Apple Music subscription, and can both listen to songs from within my app and can…
jjjjjjjj
  • 4,203
  • 11
  • 53
  • 72
0
votes
1 answer

Is there any way to get notifications on Apple Music playback in the background?

I know this issue has been asked numerous times here (*), but years go by and still this is a problem. If anybody has ANY pointers to try, I'll be most thankfull. The problem is that I want to be notified when, from the lockscreen, the user wants to…
Andres C
  • 463
  • 6
  • 26
0
votes
1 answer

Musickit JS - Add video to playlist

In the link below, you can add tracks to a library playlist https://developer.apple.com/documentation/applemusicapi/add_tracks_to_library_playlist .. Is there a musickit JS API endpoint to add a music video to a playlist?
aevansme
  • 105
  • 7
0
votes
2 answers

MusicKitJS: Can't play songs from user's library

So I'm experimenting with Apple's MusicKit JS (https://developer.apple.com/documentation/musickitjs) that was released last week. I'm having trouble playing songs fetched from the library endpoints and from what I can tell it's because of the id…
rycirese
  • 179
  • 1
  • 14
0
votes
2 answers

I am trying to get apple music user token

Here is my code to get user token NSString *developerToken =…
New Coder
  • 873
  • 8
  • 14