How to add assets/images for Apple Watch Complications

Hi,


I created an Apple Watch application which is working fine but now I would like to be able to launch it from a complication. All I want is to show an image in one of the complications so the user can launch it faster. But no matter what I do I can not make the images to display in the complications, they just show as solid-white rectangles


This is what I did...

1. I created four different image sizes in Sketch App, a 32x32.png, a 40x40.png, a 52x52.png and a 182x182.png.

2. Added them in the complications assets, Circular, Extra Large, Modular and Utilitarian.

3. Compiled but all I see is blank-white rectangular images.


Is there a special process to add images for complications? Do I need to do that in code? Any suggestion?


Again, all I want is to display the logo of my Apple Watch App in one of the complications for launching purposes.


Thanks a lot!

Replies

Try to make the images 8 ibt using the alpha channel only.

Don't expect complications to work though. Apple managed to mess complications up on Watch OS 4.

I will try what you're suggesting. Thank you.

I guess the key is to close and reopen XCode each time you add new images.