When submitting a Windows Phone 7 app, you need to include the following icons:
- Large Mobile
- Small Mobile
- Large PC
Once listed on the market, the Large PC icon is displayed in the Marketplace on both the phone and PC – different style icons were used for each. What are these other icons used for?
Here is an image to clarify what we are seeing:
![]()
There are 6 images to be concerned about, but given pixel dimensions of two of them being the same, you could use just 5 images.
Notes:
app. 1-2 are shown in the
Marketplace on the phone and 3 is
shown in Zune. #4 – I believe it is
shown on both phone/Zune.
installed. These are to be listed your WMAppManifest.xml as
<IconPath IsRelative="true" IsResource="false">ApplicationIcon.png</IconPath>and<BackgroundImageURI IsRelative="true" IsResource="false">Background.png</BackgroundImageURI>respectively.can be the same, if that’s what you want. I’ve done that.
but don’t use it on any other image.