Posts

Post not yet marked as solved
2 Replies
686 Views
If the shuffle or repeat settings are changed in my app and then the SystemMusicPlayer queue is changed, the shuffle or repeat settings will revert to the Music app settings. How can I retain the shuffle and repeat settings in my app until the settings are changed in another app? The queue is set up as follows let musicPlayer = SystemMusicPlayer.shared musicPlayer.queue = SystemMusicPlayer.Queue(for: trackList, startingAt: track)
Posted
by birnimal.
Last updated
.
Post marked as solved
1 Replies
898 Views
Hello, Is there any way to get content like what is displayed in the Browse tab of Apple Music using MusicKit or Apple Music API? I checked the contents of the default recommendations in the Apple Music API, and these were my personal recommendations. Is it possible to get common recommendations?
Posted
by birnimal.
Last updated
.