In windows 8 metro style app, how to update live tile while app is not running?

Viewed 4257

In windows 8 metro style app, how to update live tile while app is not running ?

And the live tile start to run when OS system begin to start.

http://blogs.msdn.com/b/windowsappdev/archive/2012/04/16/creating-a-great-tile-experience-part-1.aspx

"3.Use polling notifications from the cloud to update the tile while the app is not running"

But I cannot find any example code.

I also try MSDN's PushNotificationSample, But I don't know how to set the "Server URI"?

Does anyone have similar experiences?

2 Answers
Related