How to: Handoff to a Xamarin iPhone app from Apple Watch
# How to: Handoff to a Xamarin iPhone app from Apple Watch
There are two ways to activate the parent (aka container) app from an Apple Watch app. You can either directly activate the container app using WKInterfaceController.OpenParentApplication
or you can use Handoff.
Using Handoff is a little more complex …
more ...