将 Apple Watch 通知发送至 iPhone
Send Apple Watch notification to iPhone
对于Objective-C,
是否可以从 iPhone 向 Apple Watch 发送通知?
可以反过来吗?
如果是,请指导我一些代码或 link。
WKInterfaceController 有openParentApplication:reply: method that can send some user info to parent app and get a response. Also you can use darwin notifications to send messages from iPhone to watch and reverse. Look at MMWormhole看一些代码示例。
对于Objective-C, 是否可以从 iPhone 向 Apple Watch 发送通知? 可以反过来吗?
如果是,请指导我一些代码或 link。
WKInterfaceController 有openParentApplication:reply: method that can send some user info to parent app and get a response. Also you can use darwin notifications to send messages from iPhone to watch and reverse. Look at MMWormhole看一些代码示例。