iOS - App icon is not showing in Watch Companion app

早过忘川 提交于 2019-12-10 16:27:25

问题


For some reason my icon of app has never appeared in companion app for Apple Watch.

  • Icon is appearing in iPhone and Apple Watch Dashboard.

  • I have provided 58*58(29*29@2x) and 76*76(29*29@3x) which are required for Companion Settings.

  • From Target Watch, i have selected my asset for Apple Watch.

After doing all that still the icon is not appearing in Companion Settings. What i need to do to make it appear?


回答1:


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.




回答2:


I didn't find anything regarding this issue elsewhere. Resetting the iPhone and Watch 1-2 times solved this problem.




回答3:


I found my project show watch companion app icon right on iOS9.2, but doesn't show the icon on iOS9.1. you can update you IOS version to 9.2,then check if the icon show.



来源:https://stackoverflow.com/questions/33667961/ios-app-icon-is-not-showing-in-watch-companion-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!