apple-musickit 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

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

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

I am having trouble getting access to the users Apple Music. The error I am getting is [core] "Error returned from daemon: Error Domain=com.apple.accounts Code=9 "(null)"" 2019-02-04 19:14:37.25...
Poppy asked 4/2, 2019 at 10:26

0

How can I implement Apple MusicKit in a React Native app, including Apple authentication?
Dotson asked 19/12, 2019 at 18:51

0

I need to access to user's iTunes library. I want to list all songs besides playlists and albums that a user has purchased from iTunes Store or add to his library from Apple Music or synchronized a...
Aberrant asked 10/12, 2019 at 10:46

1

I'm trying to play an album, using the following code… let predicate = MPMediaPropertyPredicate(value: "1459938538", forProperty: MPMediaItemPropertyAlbumPersistentID) let iCloudPredicate...

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 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

2

Solved

I am using first time apple music api in my IOS app. I have already generate developer token with the help of python commands. i am getting error every time when request for the user token "An err...
Selfjustifying asked 20/1, 2018 at 7:21

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...

2

Solved

I'm developing an iOS application which retrieves a song ISRC from an external source. I then need to use Apple's MusicKit SDK to get the song in Apple Music/iTunes, using the ISRC. Is it possible ...
Acanthopterygian asked 4/4, 2018 at 22:27

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

1

Solved

I am trying to build "Adding Content to Apple Music”, Music Kit sample app provided by Apple, on Xcode 9 beta 3. However I am having 4 errors like this : three “Ambiguous use of 'play()’” errors an...
Ricer asked 13/7, 2017 at 12:8
1

© 2022 - 2024 — McMap. All rights reserved.