0

In my app, I've created the mechanism to create a custom tile. Lets say, CreateTile() this is the function which will create live tile and also will update the value.

But I want to update the live tile automatically every one minute. I have heard of Background Task Agent and Scheduled Notifications. But I don't know how to use them.

Can anyone help me out, assuming that there is already a function CreateTile() which updates my tile information?

1 Answers1

0

Periodic background agents run at roughly 30 minutes interval. You cannot configure this interval.
Here are the details for background agents: Background agents for Windows Phone 8

Abhishek
  • 1,349
  • 8
  • 17