有可能将iPhone上的信息发送给Apple Watch吗?

时间:2022-11-11 22:44:23

I made some researches and I found that it was possible to call the iPhone from the Apple Watch Extension (with the method openParentApplication) but I didn't find anything talking about calling the Apple Watch from the iPhone app (like openChildApplication).

我做了一些研究,发现可以通过Apple Watch扩展名(使用openParentApplication方法)调用iPhone,但我没有发现任何关于从iPhone应用程序(比如openChildApplication)调用Apple Watch的说法。

Is it possible ? If it is, can you please tell me how ?

是可能的吗?如果是的话,你能告诉我怎么做吗?

Thanks in advance

谢谢提前

1 个解决方案

#1


3  

It is possible with CFNotificationCenter and Darwin notifications. You need to look at MMWormhole.

可以使用CFNotificationCenter和Darwin通知。您需要查看MMWormhole。

#1


3  

It is possible with CFNotificationCenter and Darwin notifications. You need to look at MMWormhole.

可以使用CFNotificationCenter和Darwin通知。您需要查看MMWormhole。