Launching an application from a background task in Windows Phone 8.1

I have a C # application based on the Sample Background Task demo code. It performs a task in the background every X minutes. I would like it to run my application if certain conditions are true. I was not lucky to find things like “launching an application from a background task” on google. I tried to rewrite it in as many ways as possible, but I still do not get any relevant results.

Can someone tell me if it is possible to run a background job for an application? and if so, then point me in the right direction to find out how.

+4
source share
1 answer

You can not.

. .

, , -, , .

+3

All Articles