Question

I feel terrible having to ask but everything I have come across is for end users looking to pin installed app tiles to the start menu.

When you create an app in VS you are given a graphic that is used in the menu but when you pin the app to your start menu you get a blank tile in the chosen accent color with the name of your application on it.

I would like to know how to add a graphic to this tile if possible.

Was it helpful?

Solution

You just need to change the Background.png image in your project and rebuild. There are separate images for splash screen, icon and tile.

OTHER TIPS

The image 'Background.png' is included in the default project and this is used for this image. This can be changed in the properties of the project. It is the 'Background image' under 'Tile Options' on the Application tab.

Please note that, as per the App Submission requirements, this image must be 173 x 173 pixels in size and be in PNG format.

This image casn also be remotely updated by sending a Tile format Push Notification message or by setting a TileSchedule.

It's the Background.png image by default. It should be 173x173 PNG image. Also, if you want the theme color background (like with built-in apps), be sure to make the background color of the tile image Color.Transparent.

If you're asking about a dynamic start screen tile, you'll need to check into the push notification system, as this is the only way to change the tile image based on external influence (=when your app is not currently running).

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