4
votes

I've set various Visual Assets in my Package.appxmanifest i.e.

  • Square 71x71 Logo
  • Square 150x150 Logo
  • Square 310x310 Logo
  • Square 44x44 Logo
  • Store Logo

I don't have any images defined for Wide 310x150 Logo and for the Badge Logo.

When installed on the phone, it displays the logo as expected when the app is listed in the application list and when pinned to the start screen.

When installed on my laptop, it displays the logo as expected when the app is pinned to the Start menu.

And yet when I run this on my laptop the app in desktop mode, it displays the default square with a cross in my taskbar (or when using alt-tab).

Do I have to set up an icon somewhere else or do I need to setup another visual asset that's not listed?

Thanks.

UPDATE:

See Bart's answer below for solution but here are a few useful links I found:

1

1 Answers

7
votes

If you used the default Windows 10 UWP template, these assets are added.

enter image description here

The Square44x44Logo.targetsize-24_altform-unplated.png icon is shown in the taskbar and when switching between apps. If you remove this file, Windows normally falls back to the Square44x44Logo.png file (at least on my machine).