I have to send data from my watchkit to another watchkit. Is it possible ? If yes then what are the ways to achieve it ?
I knaw about how to send data to parent iPhone app and call method via [WKInterfaceController openParentApplication:dicData reply:^(NSDictionary *replyInfo, NSError *error)
& handleWatchKitExtensionRequest
-Thanks in advance.