包含iOS应用程序数据更改时更新WatchKit应用程序

时间:2015-03-15 18:57:03

标签: ios notifications updates watchkit

我一直在阅读Apple Watch Programming Guide,我提供了一些示例,请求从WatchKit扩展程序向包含应用程序请求数据并获取结果。但是,如果我想以相反的方向进行沟通呢?我的意思是,让我说我的iOS应用程序在前台,我刷新一些数据,然后我希望WatchKit应用程序根据其配对的iOS应用程序更新其用户界面只刷新数据。我怎么能这样做?我应该从iOS应用程序向WatchKit应用程序发送本地通知,然后从中请求新数据,还是有其他(更好)的方式?

谢谢

1 个答案:

答案 0 :(得分:0)

要通过iOS应用程序通知Watch App进行数据更改,您可以使用Darwin通知中心手动执行此操作。

此处更多参考: https://devforums.apple.com/message/1082630#1082630

达尔文通知中心: https://developer.apple.com/library/mac/documentation/Darwin/Conceptual/MacOSXNotifcationOv/DarwinNotificationConcepts/DarwinNotificationConcepts.html