0

I have a player in an IOS app with a custom player inside this one.

And when I'm seeking for a new position from the app, the current position in control center keep moving but does not jump to the new position.

I don't found a property to set in the MPNowPlayingInfoCenter.

Marco
  • 6,692
  • 2
  • 27
  • 38
Damien Romito
  • 9,801
  • 13
  • 66
  • 84

1 Answers1

1

have a look at the additional metadata properties:

https://developer.apple.com/library/ios/documentation/mediaplayer/reference/MPNowPlayingInfoCenter_Class/Reference/Reference.html#//apple_ref/doc/constant_group/Additional_Metadata_Properties

MPNowPlayingInfoPropertyElapsedPlaybackTime is what you are searching for

HorseT
  • 6,592
  • 2
  • 18
  • 16