For Objective-C, is it possible to send notification from iPhone to Apple Watch? Is the reverse possible?
If yes, please guide me by some code or link.
For Objective-C, is it possible to send notification from iPhone to Apple Watch? Is the reverse possible?
If yes, please guide me by some code or link.
WKInterfaceController has 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 to see some examples of code.