Execute task even in the background [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: How to run application in background in Windows Phone? I am investigating Windows Phone 8 SKD for examples on how to create a task (FTP write to be precise) that would be executed periodically even if the application is in the background. The documentation points me to Background Agents because the Background Transfer Service "only supports transfers using HTTP and HTTPS. FTP is unsupported". I have been trying