iOS - WatchKit how to send message/data from iPhone app to WatchKit app?
I am creating a WatchKit app and was wondering how to send a message/data from the iPhone to the Watch? I know how to do it the other way around (watch -> phone) using ' openParentApplication:reply: ' and ' application:handleWatchKitExtensionRequest:reply: ' but can't find any documentation on how to communicate from phone to watch. Simple setup would be the iPhone app has a button that when pressed should update a label on the Watch app. Can anyone point me in the right direction? First, you have to enable app groups for your target: Then you can start to write and read objects via