Apple的Lister示例应用程序中WatchKit App和Watch App之间的区别

时间:2015-12-03 22:38:37

标签: watchkit watch-os-2

Lister是Apple展示WatchOS的示例应用程序,在可用目标中显示WatchKit AppWatch App。两者有什么区别?

根据我对WatchOS 2的理解,iPhone应用程序包含一个WatchApp,其中包含Watch本身以及WatchKit扩展程序上运行的资源和接口,WatchKit扩展程序具有在Watch上执行的代码和接口。 enter image description here

我不明白存在两个不同目标的原因。

我看过Watchkit In Depth第1部分& 2 WW​​DC 2015视频等。

1 个答案:

答案 0 :(得分:1)

First One适用于WatchOS1。 另一个是WatchOS2。

每个扩展都可以拥有自己的部署目标。

WatchOS2 App必须符合不同的架构,因为watchOS2应用程序本身就是在手表上运行。但是,WatchOS1 App在iPhone上运行。所以目标必须分开。