Open WatchKit application from iOS

2019-01-20 16:57发布

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?

5条回答
劫难
2楼-- · 2019-01-20 17:30

Nope, Its not possible as of now.

Let's hope Apple add that support & release it in coming WWDC.

查看更多
爱情/是我丢掉的垃圾
3楼-- · 2019-01-20 17:30

The iPhone app can't launch the Apple Watch app in the current WatchKit version. The only possible way is to launching the iPhone app from the WatchKit app in the background, or using Handoff to move between the two companion apps in a jiffy.

NOTE: The best way is always waiting for the new versions. WWDC 2015 takes place in San Francisco in June 8-12, and they will introduce WatchKit 2 alongside with new versions of OS X and iOS. WatchKit 2 will support the missing APIs and Apple Watch native apps (which run on the Apple Watch without having iPhone nearby).

查看更多
Deceive 欺骗
4楼-- · 2019-01-20 17:31

During the WWDC 2015 session "Introducing WatchKit for watchOS 2", an Apple developer mentioned this is not possible even with the new version of WatchKit.

查看更多
干净又极端
5楼-- · 2019-01-20 17:47

There is no way to launch the Watchkit app from the iPhone, only the opposite way is possible (Apple Watch launches the iPhone app in background mode).

查看更多
孤傲高冷的网名
6楼-- · 2019-01-20 17:56

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.

查看更多
登录 后发表回答