Question

I've done an application! I've added some extension to app manifest

<Extensions>
  <Extension ExtensionName="Camera_Capture_App" ConsumerID="{5B04B775-356B-4AA0-AAF8-6491FFEA5631}" TaskID="_default" />
</Extensions>

Now i go to camera, I click on "Filters" (i suppose it is "filters" in English) and then i see all application. But the strange thing is that I do not see the icon of my tile. I just can see an empty tile Blue (blue is the color of the theme of my phone).

It seems that image miss in app manifest, but in the manifest i've added all images: - App Icon - Small and Medium

I am using the Template Iconic so there is no Large Tile.

Thanx

Was it helpful?

Solution

Have you read the design guidelines which list all the icon sizes you need?

The lens picker requires icons that are a different resolution than the icon that represents the app itself. Your app must provide three icons in the Assets folder, one for each of the possible phone resolutions. The following table describes the names and resolutions for each of these icons.

WVGA 173 x 173 Lens.Screen-WVGA.png

HD720p 259 x 259 Lens.Screen-720p.png

WXGA 277 x 277 Lens.Screen-WXGA.png

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top