Can individual Apple Developer accounts stream full tracks with MusicKit?

I have implemented fetching Apple Music preview songs using a Swift framework integrated into a Unity app.

My requirement is to fetch full tracks from a user’s Apple Music library and play them inside Unity.

To do this, I understand that I need to handle authentication, generate a Developer Token, and then obtain a Music User Token to access the user’s Apple Music content.

Currently, I have an Individual Apple Developer account (not Organization). Based on my research, it seems that:

  1. With an Individual account, I can implement this functionality and even upload builds to TestFlight for internal testing.

  2. However, when releasing the app publicly on the App Store, full-track playback may be restricted for Individual accounts and allowed only for Organization accounts.

👉 Can you confirm if this understanding is correct? 👉 Specifically, is it possible for an Individual account to fetch and play full-length tracks from a subscribed Apple Music user’s library (at least for internal/TestFlight testing)?

Can individual Apple Developer accounts stream full tracks with MusicKit?
 
 
Q