Posts

Post not yet marked as solved
0 Replies
212 Views
Hi, I'm able to play songs from the Apple Music catalog (using the catalogId) by adding an item to the QueueProviderBuilder as shown below queueProviderBuilder.items(MediaItemType.SONG, "1590036021"); playerController.prepare(queueProviderBuilder.build(), true); However, I'm unable to play a User uploaded song using MediaItemType.UPLOADED_AUDIO I'm unsure what to pass in as the "itemId" as there's no 'catalogId' on the Apple Music API Response for a user's own uploaded song to iCloud. I have managed to obtain the URL of the uploaded song but that doesn't work either. Any ideas?
Posted Last updated
.