I am writing WatchKit based app.
How can I launch Containing App from Watch APP extension?
1) User click a button on Watch App
2) Action sent to Watch App Extension
3) I want to launch Hosting App (main app on iPhone) by URL scheme and let host app to response to user's click on Watch.
Can I do that? Are Watch extension's communication to host only limited to NSUserDefaults?
Thanks!