Post

Replies

Boosts

Views

Activity

Queuing Bug in MPMusicPlayerController's append(_ :) & prepend(_:) on iOS 17 Beta
There’s an unexpected behaviour when using the append(_:) & prepend(_:) methods on iOS 17 Beta 6 and Public Beta 4. Observed Behaviour When queuing using the mentioned methods on recent iOS 17 Betas, the supplied music isn‘t queued up and the now playing music pauses. When using applicationQueuePlayer, it even ends up crashing the app. FB13010449 Sample Project
2
0
613
Aug ’23
Cannot Play Stations on iOS 16.1 Beta
In iOS 16.1 betas, when setting the MusicPlayer Queue with a radio station, it no longer plays the station and instead starts playing first song from Music Library. While I’ve already filed the bug report via Feedback Assistant, I’m writing this post because it a critical bug that must be fixed before iOS 16.1 gets released and I think it’s getting close to release. So, I hope this gets fixed in the upcoming beta. FB11678404 CC @JoeKun
2
0
1.1k
Oct ’22
Get `ratings` for a type without making a separate API call
When fetching details for a type using https://api.music.apple.com/v1/catalog/{storefront}/{type}/{id} or any other API, like search https://api.music.apple.com/v1/catalog/{storefront}/search how to extend the results so that they include the rating object? I know this is possible as I've seen it before, but I currently don't remember how. It probably involves using the extend parameter or some similar parameter.
0
0
819
Jul ’22
Request to add support for autoplayMode in MusicPlayer.State
MusicPlayer.State supports shuffleMode and repeatMode, but there is no way to enable Autoplay. In the case of SystemMusicPlayer a user can enable AutoPlay from iOS Music app, but for ApplicationMusicPlayer, there's no way to offer Autoplay support. Additionally, when setting a new queue iOS Music app, disables Autoplay mode even if it was enabled before, but when using iOS Music app, the Autoplay stays enabled. I can understand that it may be intentional for some reason but doesn't seem user-friendly. Due to this, even when playing from Shortcuts app, Autoplay gets disabled, even though in most cases it shouldn't.
1
1
742
Jul ’22