Generating Remote Control Events from my app
I have two questions regarding Remote Control Events on iOS: I know that music applications are registered to remote control events and then can receive such events from the iPhone's player widget. Let's say I want my app to fire such events, is that possible? How does headphones for example generate those events? Without private API, you cannot send remotecontrol event to your application. The reason is we cannot create such an Event (UIEvent) to send out by using: [[UIApplication sharedApplication] sendEvent:anEvent]; You can, however save a registered event then play back by calling the