Why is app icon too small on Microsoft Store?

665 views Asked by At

I have just submitted my first UWP app to the Microsoft Store. Everything looks fine except the app icon shown on the store is too small.

enter image description here

All the icons were generated using Visual Studio's Visual Assets tab when editing the Package.appxmanifest file. So I would assume it created things in the correct size. I manually verified that the Package Logo images were indeed the size they asked for.

If it helps narrow down the problem, the icon for the installed app looks too small here as well.

enter image description here

I'm not normally a Windows developer so this is all new territory for me. I have no idea what the issue is.

Thanks

1

There are 1 answers

1
Oleg Mikhailov On

I guess, you just forgot to remove checkbox "Apply recommended padding" before generating icon assets in the Visual Studio. So, you either need to generate them again without padding, or replace some of them with manually created images.

In addition, there is an option to upload icons for the Store on submission: https://learn.microsoft.com/en-us/windows/uwp/design/style/app-icons-and-logos#microsoft-store-listing-image