TWilly
TWilly

Reputation: 4933

Access Apple Music API outside iOS

I'm looking at creating a playlist creation tool for Apple Music.

Apple just releasd an API for iOS that allows this functionality. Does anyone know if it is possible to use this API from NodeJS or some other service side technology?

Music API Documentation

Apple Music Api Announcements

Upvotes: 0

Views: 1000

Answers (1)

Dare
Dare

Reputation: 2587

No that's not possible with the current API. "An Apple Music API is now available that allows iOS Apps to directly control Apple Music playback for Members among other features." The API allows iOS to interact with the music app locally on the user's device. Not remotely from a server.

Upvotes: 1

Related Questions