Is there a public way to force MPNowPlayingInfoCenter to show podcast controls?

OK so I had a bit of time on my hands and so I followed the breadcrumb.… This is what I found. Include the MediaPlayer framework and get hold of the RemoteCommandCenter: MPRemoteCommandCenter *rcc = [MPRemoteCommandCenter sharedCommandCenter]; then if you wanted to set the skip controls as per Overcast you can do the following: MPSkipIntervalCommand … Read more