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
1
vote
1 answer

Having Trouble with Apple's MusicKit SDK

I am trying to create an application using the new MusicKit in the Xcode 9.0 beta. I have downloaded the sample application provided by Apple and replaced all the values in the code such as storefront, and the developer token. I have created my…
JohnA
  • 57
  • 1
  • 11
1
vote
1 answer

Get an information about song from apple music link

Apple suggests us a way to search items in apple music with affiliate linking. But, is it possible to get information about the song from a link. For example this link: https://itun.es/ua/qzPyfb?i=1164089149. I need to get information from this…
user7907194
1
vote
1 answer

Get Apple Music playlist share URL programmatically by Swift

When sharing playlist in Apple Music app via Email, you can get a URL like this https://itunes.apple.com/jp/playlist/if-you-like...may-j./idpl.4299b4c5a42048bd850eca538e68ace2?l=en You will also have an URL when sharing local created playlist. I…
Jim Lee
  • 31
  • 5
1
vote
1 answer

iOS 9.3 apple music account country

According to https://affiliate.itunes.apple.com/resources/documentation/apple-music-best-practices-for-app-developers/ "Developers can see which country the users account is based" I am unable to find any information on how I can do this. Does…
Ben
  • 11
  • 3
1
vote
2 answers

How can I get a listview like the following Apple Music playlist overview?

I am searching for a Listview in Swift that looks like the following: Wanted ListView:- I want a ListVIew that has a picture in the background and a text over the picture. And when I click at that picture, I want to go to the next site. And how I…
moxmlb
  • 1,190
  • 3
  • 10
  • 18
1
vote
0 answers

apple music app create playlist by third part apps

I wants to create a playlist named "My App Playlist" on apple music from my application. So that user can able to save tracks played from my application. How can i meet my requirement .
Anupam Mishra
  • 3,408
  • 5
  • 35
  • 63
1
vote
1 answer

Apple Music detect is member

In iOS 9.3 Apple release new APIs. Now developers can see if a user is currently a member of Apple Music. I'm trying to understand how it works. My code -only first time- asks the user whether to access the music library but I don't understand how…
Joannes
  • 2,569
  • 3
  • 17
  • 39
1
vote
1 answer

Apple Music UIKit Transitions: which API(s) should I use to accomplish this?

Apple's new Music app in iOS 9 is a beautiful app. I'm wondering how I'd go about replicating some of its features, including this beautiful transition. The playback tray slides off the bottom of the screen while the artwork itself scales down into…
Jacob Pritchett
  • 380
  • 1
  • 5
  • 14
0
votes
0 answers

How to get Music-user-token for apple music in nodejs

I am creating a React-Native application with Nodejs on backend. My app has a feature to link apple music account with my app. for this, I need to have Music-user-token of particular user who has joined my app and for Music-user-token, I need user's…
0
votes
1 answer

Open Apple Music on Apple TV with deeplink

Is it possible to open Apple Music from within an app with a deeplink, like: https://music.apple.com/us/album/all-in-my-head-flex-feat-fetty-wap/1087445205?i=1087445220&uo=4 I tested it. It opens Apple Music "main page", but not the song.
0
votes
1 answer

Apple MusicKit JS authorization method doesn't resolve

I'm building a Django application where I'm using Apple's MusicKit JS to authorize users and get their music library songs. I've correctly set up the MusicKit configuration in my HTML, and I am just doing this locally for testing purposes right…
0
votes
0 answers

Apple Music API Assistance

I am creating a django app that allows you to authenticate spotify and apple music to get a list of top tracks and artists. I have configured spotify perfectly and that is all set. Apple Music is giving me a headache I have tried so many things and…
0
votes
0 answers

Is it possible to access music metadata from Win11 Apple Music App using APIs?

Is there any way to get media data, e.g. music title, artist, album title, from Win11 Apple Music App? I have some Android development experience so may be the notifications could be get also in Windows?Apple Music Notification Or could I get the…
0
votes
0 answers

unauthorized request in integration with Apple Music API

I'm currently facing an issue with the integration of the Apple Music API in my application. I've followed the documentation and guidelines provided by Apple, but I'm encountering problems with authentication and parsing the Apple Music track…
fun lab
  • 29
  • 3
0
votes
0 answers

Script to automatically replace icons by a specific .jpg

Dear Stack overflow community, I hope you are all doing good, before asking my request, I would like to point out that my coding skills are close to 0 but I can follow detailed protocols ;) I have been trying to resolve my issue(s) using ChatGPT but…