Dear all .
I am a new developer for Windows 8 , Please help me.
This is my situation where i want to got.
I build one app that i want it automatic call webservice to get tiles or toast of course app is not running.(like Microsoft Bing,News......) . I search around on Internet then i saw some webpages mention that use background task for this case.
But when i use backgroud task it require me fist click on app to register backgroud task , in my case i can't wait for user click on my app (first launch) to register background task .
So my question is ,
1. How i can make request to webservice to get tile or toast in case of app is not running and the user no need to launch app at the first time ?
2.Are there other ways to do this scenario except background task ?
Thanks in advance for your help.