Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
781 views
in Technique[技术] by (71.8m points)

xcode - Open WatchKit application from iOS

I would like to open WatchKit application to the foreground (or Glance if it is possible) directly from my iPhone.

I've been playing with it, but have no success. Maybe someone have found some workarounds?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

So answer is No, you can't open Watchkit App from iPhone.

The WatchKit extension can only request the system to launch the parent iPhone app, which it will run in the background.

There is currently no support for this to work the other way around.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...