Hi From the following statement in the official apple docUsers can initiate audio playback commands through an external headset or accessory. These commands are sent to the app as remote-control events. To receive remote-control events in your app, you must use an application music player. If you use the system music player, your app uses the Music app to play audio, which means that the Music app is the “now playing” app. The Music app receives the remote control events, not your app. However, the Music app responds to remote control events on your behalf. For example, if your app plays audio using the system music player, and you switch from your app to the iOS device’s Now Playing controls, the controls work as expected. That is, you can play or pause audio or skip to the next and previous items.I thought one should receive remotecontrols in his app when using the following function to get a musicplayer controllerclass func applicationMusicPlayer() -> MPMusicPlayerControllerhowever when my app plays mus