Can I use apple music in my app?

I am building an app that requires users to link their apple music / spotify accounts so that they're able to access their library in my app. Is this allowed? If not, who could I talk to to make this possible?

Replies

MusicKit is a framework from Apple that allows integtration with Apple Music :


https://developer.apple.com/musickit/


You will need a JWT (JSON Web Token) for authentication (not provided by Apple).