WatchKit - 我是否需要在开发人员中心注册Apple Watch应用程序?

时间:2015-08-04 09:26:46

标签: ios objective-c xcode watchkit

我有一个iPhone应用程序,已经在苹果开发中心注册。

在项目目标中,我添加了Apple Watch应用程序。

但是当我在实际设备上运行Xcode的应用程序时,它说:

You have a valid iOS Development certificate in the Member Center, but
it is not installed locally. If your signing identity is installed on
another Mac, you can export a developer profile on that Mac and import
it on this Mac. You can also revoke your current certificate and
request a new one.

我当前导出的证书不允许同时使用iPhone和Watch应用程序。我该怎么办?

谢谢你们!

2 个答案:

答案 0 :(得分:1)

这应该有所帮助。

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html

好像你没有将证书下载到你的机器上......

还需要使用Xcode注册您的Watch。

答案 1 :(得分:1)

要进行手表测试,您需要将观看UDID添加到开发人员中心。

此外,您还需要为观看扩展和观看应用创建配置文件。

我的意思是你需要创建3个配置文件(开发/配置)

  1. iPhone App

  2. Extention

  3. 观看应用