Lock screen media controls for MusicKit/ ApplicationMusicPlayer

Hi, when using ApplicationMusicPlayer from MusicKit my app automatically gets the media controls on the lock screen: Play/ Pause, Skip Buttons, Playback Position etc.

I would like to customize these. Tried a bunch of things, e.g. using MPRemoteCommandCenter. So far I haven't had any success.

Does anyone know how I can customize the media controls of ApplicationMusicPlayer.

Thank you.

You should be able to in the sense of controlling what controls are available. It does limit what can be shown at any given time. It will either show skip to next/prior item or skip back/forward a given number of seconds, but not both.

Lock screen media controls for MusicKit/ ApplicationMusicPlayer
 
 
Q