Open Parent Application (WatchOS 2.x+)
问题 I am trying to get an update from the parent app, but I don't want to bring the parent app to the foreground when the request is sent from the Apple Watch. I ultimately would like to bring the parent app to a background state, have it run it's required method and send it back to the watch. Specifically, is there a way to open the parent app and have it reside temporarily in a background state from WatchOS 2.0+? I have looked into this: [WKInterfaceController openParentApplication: