Using Swift 4+, iOS 11.4+, Xcode 10+I've built a music player using MPMediaPlayer and I can interact with it from the Command Center, however I would like to be able to also use it on the Lock Screen.(To be honest, I'm a bit confused as to why it's showing/working in the Command Center as I have not written any code to do this.Nevertheless, I would also like it to show in the Lock Screen.)This is what I have done so far:1) I'm using the applicationMusicPlayer and made certain something is playing during my tests:let myMP:MPMusicPlayerController = MPMusicPlayerController.applicationMusicPlayerPlus I've also tried these variations with the same failed results:let myMP:MPMusicPlayerController = MPMusicPlayerController.applicationQueuePlayerandlet myMP:MPMusicPlayerApplicationController = MPMusicPlayerApplicationController.applicationQueuePlayer2) Set the BackgroundModes to include Audio, Fetch, and Remote Notificationsunder Capabilities > Background Modes (info.plist)3) Added AVAudioSession