apple-music Questions

2

Solved

I am working on an application using the Spotify and Apple Music APIs. Spotify has an endpoint called /me/player/currently-playing that returns the logged in user's currently playing song. Is there...
Eskil asked 13/4, 2020 at 14:35

7

I am making a music app with swift. The app lets users play music through their Apple Music subscription via their Apple Music app. I am able to check whether the user has an Apple Music subscripti...
Hoopoe asked 8/11, 2019 at 19:9

1

Context I am trying to make webservice that fetches the name and email from an users Apple account and place a Song or Artist in his library. For adding a Song to the library I found this apple-mus...
Barbuto asked 22/5, 2021 at 11:36

2

Solved

I'm working on integrating Apple Music into my web app. I let users authenticate once, using Apple's MusicKit JS. However, I'm curious if the resulting Music User Token expires. I'm storing this to...
Jene asked 15/7, 2020 at 13:58

2

Solved

Apple introduced a new UI in Apple Music on iOS 8.4. When an audio track begins to play, a miniplayer appears just above the tab bar, and it can be brought into full screen mode my dragging it up...
Cortisone asked 27/8, 2015 at 23:56

3

I am currently trying to read all of a users Library Playlists. What I need are the following: Id,Name,Description,Songs and Artwork. The Endpoint "https://api.music.apple.com/v1/me/library/playlis...
Amphictyony asked 21/3, 2020 at 14:49

1

I am trying to retrieve the user's information after getting the Music Token from the Apple Music API. It seems that the /me endpoint is not available for queries other than the storefront (https:/...
Edgerton asked 2/12, 2019 at 14:4

2

Solved

I am currently making a swift app that creates a playlist for a user via MusicKit / the Apple Music API. It creates this playlist in the user's library and returns an ID of the format p.XXXXXXXX. I...
Pomade asked 12/4, 2018 at 18:24

1

Solved

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 Playlis...
Receiver asked 10/6, 2019 at 10:23

0

I'm trying to identify a user by storing the Apple Music User Token on a database. Is this token the same for an Apple Music user over multiple authentications? I seem to have run into a hiccup he...
Succinic asked 18/4, 2019 at 11:55

0

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 adde...
Droopy asked 19/3, 2019 at 7:42

3

iOS 10 has a feature I would like to replicate. When you 3D touch an album in the Apple Music app it opens the menu shown below. However unlike a normal peek and pop, it does not go away when you r...
Awakening asked 17/7, 2016 at 0:30

2

Solved

I am trying to let people like tracks, albums or playlists on Apple Music from a webpage. I understand the manual on this page: https://developer.apple.com/library/content/documentation/NetworkingI...
Flagging asked 18/7, 2017 at 9:40

0

I am attempting to use Apple's Music Kit within my application to listen to music. My issue is that the first song that plays will continually repeat. The first song plays correctly by using the fo...

0

I'm trying to understand how Apple Music API works, and stuck on how to search a song and get its ID. I did some research on Google, and most people suggest using iTunes Search API. However, Apple ...
Doolittle asked 22/12, 2017 at 4:8

2

Solved

Context: I'm currently developing an iOS app that integrates with Apple Music API. I'm able to search for songs and play them on my app. To respect their policies I've to allow the user to launch a...
Specialize asked 9/11, 2016 at 22:27

1

I'm trying to use the new API from Apple, but when trying to play some songs using setQueueWithStoreIDs(storeIds: [String]) method I noticed I couldn't play all of the songs in my queue. Trying to ...
Schaab asked 5/5, 2016 at 16:59

1

Solved

I'm trying to use the new Apple Music APIs from 9.3 to add a song to a playlist created by my app, without adding it to the user's library. Consider the productID 316654632, it's the song Lisztoma...
Xylidine asked 27/4, 2016 at 23:49

1

I am playing Apple Music from my application , the apple music player code is as - -(void) submitAppleMusicTrackWithProductID: (NSString *) productID // productID in US is the last numbers after i...
Fantastic asked 25/4, 2016 at 7:16

0

I'm trying to integrate Apple Music to my app, I managed to get it working flawlessly until this morning. After updating to iOS 9.3.2 nothing is the same: The permission system works the same (SK...
Maddis asked 17/5, 2016 at 16:16

2

Solved

I am using iTunes Search API in my application & playing the previewUrl songs from within the application by using AVPlayer If user wants to play the full song, he/she needs to purchase t...
Aleydis asked 15/3, 2016 at 11:9

1

Solved

I need to know the URL Scheme of Apple Music to open a specific song. Up to now I was using the link like this: https://itunes.apple.com/us/album/monsieur-cousteau/id496076893?i=496076903&uo=4...
Altorilievo asked 2/7, 2015 at 20:34
1

© 2022 - 2025 — McMap. All rights reserved.