Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS - App icon is not showing in Watch Companion app

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?

like image 886
Hassy Avatar asked Nov 12 '15 09:11

Hassy


3 Answers

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.

like image 97
RichAppz Avatar answered Oct 22 '22 12:10

RichAppz


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

like image 39
Hassy Avatar answered Oct 22 '22 11:10

Hassy


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.

like image 43
Alice Avatar answered Oct 22 '22 10:10

Alice