I am developing a simple app which updates its tile time to time.
I need my app to show its name on the tile all the time. Therefore, I set the Show Name
to All Logos
in my app manifest.
The problem is that when my app updates its tile (using TileSquareBlock
tile template) the app name would be replaced by app Logo.
How can I keep my app name on tile after updating?
In the tile notification XML, specify "name" as the value for the branding attribute. Using this attribute, one can specify whether the tile shows the app logo, the name, or nothing.