WP8 Save file with http request in Background task when the app closes

234 Views Asked by At

I would like to store data in the dropbox via http request when the app closes. The time of 10 seconds in the Application_Closing function are not enough. Is there a background task that runs longer after closing the app?

Thank you

1

There are 1 best solutions below

0
On

Did you check out the Background file transfer Agent? You can find a detailed description on MSDN, note that there are some restrictions to file size depending onto the network connection.