Show app name on Tile update

2019-01-09 18:21发布

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?

1条回答
劫难
2楼-- · 2019-01-09 18:53

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.

查看更多
登录 后发表回答