Is there a way to launch or re-open an iPhone app to the foreground from a watch extension? The extension's openParentApplication:reply: method opens the containing app in the background. Is there a way to put the app into the foreground from the application:handleWatchKitExtensionRequest:reply: method?
Perhaps that method could post a local notification, which the user can interact with to bring the app to the foreground? Don't know.