6

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?

Tom Hamming
  • 10,577
  • 11
  • 71
  • 145
  • I face this problem and I found palybackrate does not work with other people but i found something strange i found rate icon in Apple watch and i can change the rate from it when i use podcast app – dimohamdy Jun 05 '18 at 22:05
  • Did you find an answer, yet? – Mercurial Nov 21 '18 at 13:59

1 Answers1

0

I face this problem and when I search I get other people face the same problem here

but I found something strange when I play podcast app in apple watch I found rate icon and I change the playrate from it

enter image description here

I think it's not work in iPhone (iPhone 6 iOS 11 ) but appear and work in another Apple devices in my case Apple watch

in iOS example here Apple not add MPChangePlaybackRateCommand like other commands that make me sure about it's bug in iOS

dimohamdy
  • 2,917
  • 30
  • 28