0

这个问题与我之前的问题相关(受启发): iOS:处理远程控制事件,然后将事件中继到音乐应用程序

我的应用程序可以成为远程控制事件的第一响应者。但是,我希望我的应用程序将远程控制事件中继到其他应用程序。所以我的问题是是否可以将 nextResponder 设置为另一个应用程序中的对象?来自Apple doc: http: //developer.apple.com/library/ios/#documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/event_delivery_responder_chain/event_delivery_responder_chain.html ,在我看来,响应者链是应用程序绑定的,没有提及在应用程序之间中继事件。

这甚至可能吗?

4

1 回答 1

1

据我所知,让其他应用程序做某事的唯一方法是使用一种叫做 URL Scheme 的东西。

于 2013-06-27T12:41:28.717 回答