1

I would like to create a scheduled live tile update to update a tile whether the app is running or not. I would like the schedule an update every 24 hours. What would be the best way to do this either to use Secondary Tile, Tile Notification or Background task? Code snippets will be preferred. Thanks in advance.

Anobik
  • 4,841
  • 2
  • 17
  • 32
Muhammad Umar
  • 3,761
  • 1
  • 24
  • 36

1 Answers1

0

Ill go ahead with the msdn Link rather than code snippet. As it will be helpful for you if you go through the article.

Best way is to use a Periodic Update that is provided itself by Microsoft's Api.

Periodic Updates WinJs

go through the link implement the code as they explain.

Anobik
  • 4,841
  • 2
  • 17
  • 32