iOS - App图标未显示在Watch Companion应用程序中

时间:2015-11-12 09:18:55

标签: xcode watchkit apple-watch

出于某种原因,我的应用图标从未出现在随播应用 Apple Watch 中。

  • 图标出现在 iPhone Apple Watch 信息中心内。

  • 我提供了伴侣设置所需的58 * 58(29 * 29 @ 2x)和76 * 76(29 * 29 @ 3x)。

  • 来自Target Watch,我为Apple Watch选择了我的资产。

完成所有操作后,“配套设置”中仍未显示该图标。我需要做些什么才能让它出现?

3 个答案:

答案 0 :(得分:4)

The WatchKit does not share the Images.xcassets file from the main target app.

When adding a WatchKit to your project, it will create 2 folders <projectname> WatchKit Extension & <projectname> WatchKit App.

You will need to add the Icons for the watch in the Images.xcassets file in the WatchKit App folder.

This should solve your problem.

答案 1 :(得分:1)

我在其他地方没有找到任何关于这个问题的内容。重置iPhone和手表1-2次解决了这个问题。

答案 2 :(得分:1)

我发现我的项目在iOS9.2上显示了手表伴侣应用程序图标,但在iOS9.1上没有显示图标。您可以将IOS版本更新为9.2,然后检查图标是否显示。