I am developing a download feature for a WP8 application. I use tha Background Transfer Service provided from Windows Phone platform and everything is fine after pressing an F5 at Visual Studio in Debug mode.
But when I disconnect from PC and test it, I got a status Completed even before a single byte has been downloaded and error:0 - Request has already been cancelled
I have tried several things, such as not to add the requests taking 4 each time from the pending list, to always check the max requests running on the service etc. But always the same! It is running fine on debug, when I disconnect I got that error. (the wifi is ok)
I would be very happy if anyone of WP guys here has an idea about what is happennig..
Thank you