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)
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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?
Topic:
Media Technologies
SubTopic:
General
Tags:
MusicKit
Apple Music API
wwdc21-10291
wwdc21-10294