1
votes

My tile already contains the title of my application. How can I set the title of the tile to nothing? When I just put a space or nothing in the DisplayName (Appmanifest) I get the following error:

App manifest validation failed. Value of attribute '/Package/Applications/Application/VisualElements/@DisplayName' cannot start or end with whitespace.

(The guidelines say it is possible: http://msdn.microsoft.com/en-us/library/windows/apps/hh465403.aspx#using_default_tiles)

1
The guidelines say that its possible and that you should do it.. msdn.microsoft.com/en-us/library/windows/apps/…Niels
Related question for Live Tile updates: stackoverflow.com/q/12328964/1656796Nathan Kuchta

1 Answers

2
votes

Got it! In the appxmanifest just change the ShowName to "noLogos":