I've a app called 'drumtime' installed on Windows 8. It's tile is being changed/updated on every about 10 seconds. This couldn't be done with Background tasks I guess because a background task needs 15 minutes to be executed. But even if the app is not running, it's tile is still being updated.
after 10 seconds =>
So, how can I update an app's tile on every 10 seconds even when the app itself is not running?
I appreciate any help.