Should be straightforward still I can't find it. How can I remove all my live tile updates and revert back to the default tile from code?
Asked
Active
Viewed 3,523 times
1 Answers
4
Use TileUpdater.Clear.
Removes all updates and reverts the tile to its default content as declared in the app's manifest.

Denis
- 4,115
- 1
- 18
- 20
-
Ouch... I had a class with the same name and it hides the Windows.UI.Notifications.TileUplader. Thanks. – Andras Csehi Oct 15 '12 at 22:16