I want to make an iOS app that can play music from Apple Music. I tried this using Swift 4, and the result is shown in this video:
MyApp_that_can_access_AppleMusic_VideoLink
As the video shown, I can access my Apple Music library (using my Apple Music ID) through my own iOS app. My question is can I make the songs in my Apple Music library accessible for the other users in my app? If yes, can you tell me how?
Thank you.