Is it possible to have a WatchKit app be a controller for it's parent iOS app?
I want to have buttons on the WatchKit app that cause an action on the iPhone app, but I can't find a way to get that going. Tried sending a notification - no joy.
Tried using WKInterfaceController.openParentApplication
but that doesn't work either.
Can someone point me in the right direction?
Thanks.
Ken