I\'m exploring the WatchKit SDK.
When I have a WatchKit app, is it possible to set values (e.g. Text, settings) from the iPhone app on the WatchKit app? Can I call funct
You can see this library https://github.com/mutualmobile/MMWormhole
It do Message passing between iOS apps and extensions.