iOS - App icon is not showing in Watch Companion a

2019-06-24 07:05发布

问题:

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.