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.