I have my MPNowPlayingInfoCenter up and running but one problem remains. regardless of my actual player state the MPNowPlayingInfoCenter is always "playing" and displays the pause button. When pressed it fires the pause event.
When my player changes state, for example to paused, i update the MPNowPlayingInfoCenter via the MPNowPlayingInfoPropertyPlaybackRate key.
Is there any other way to set the MPNowPlayingInfoCenter state to paused?
Any hints appreciated!