I'm playing around with the audio features in iOS, and I'm looking at MPRemoteCommandCenter
's changePlaybackRateCommand
. I have enabled it, given it a target, and set its supportedPlaybackRates
, but I don't see any related UI showing up in control center or the lock screen. And other commands I've set up, like skip forward, skip back, like, dislike, and bookmark, show up properly.
How does a user trigger a MPChangePlaybackRateCommand
on iOS?