I’m working on an app that leverages the Apple Music API. I’m trying to figure out if the terms of use allow me to store Song, Artist, and Album IDs on my server. I believe the terms state I can’t store Apple Music data, but 1: I can’t find any information about this explicit clause, and 2: I don’t know if IDs would be included in such clause.
Can anyone point me to the right place in the terms of use of the Apple Music API and/or MusicKit?
Post
Replies
Boosts
Views
Activity
I'm writing an app that lets users authenticate with their Apple Music account and stream songs. However, I’d like to give users the ability to play a song and not have that song appear in their music history. Is there a way to achieve this? Thanks!