I am writing an app in objective-c and have problems with MPNowPlayingInfoCenter
and MPRemoteCommandCenter
.
The app plays music on a remote server and I am trying to display this information in the lockscreen / in control center.
So far I don't know a way of displaying nowplaying meta without actually playing audio on the phone.. Does anyone know a solution to show these controls (and meta) without playing audio on the phone ?
(If thats not possible: I heard of a solution where you just play a silent audio file in the background, how can you achieve that?)