문제

This question is related (inspired) to my previous question: iOS: Handle remote-control events and then relay the events to music apps

My app can become the first responder to remote-control events. However, I'd like my app to relay the remote-control events to OTHER apps. So my question is is it possible to set nextResponder to objects in another app? From Apple doc: http://developer.apple.com/library/ios/#documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/event_delivery_responder_chain/event_delivery_responder_chain.html , it seems to me that the responder chain is app-bounded and nothing is mentioned to relay events between apps.

Is this even possible?

도움이 되었습니까?

해결책

As far as I know, the only way to make other app do something, is to use something called URL Scheme.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top