endReceivingRemoteControlEvents()
Tells the app to stop receiving remote-control events.
Declaration
func endReceivingRemoteControlEvents()Discussion
In iOS 7.1 and later, use the shared MPRemoteCommandCenter object to unregister for remote control events. You do not need to call this method when using the shared command center object.
This method stops the delivery of remote control events using the responder chain. Remote-control events originate as commands issued by headsets and external accessories that are intended to control multimedia presented by an app.