I am trying to upload a file using this code in a universal Windows 10 application:
await downloadOperation.StartAsync().AsTask(token, progressCallback);
It works on a PC, but sometimes it doesn’t start on a mobile phone and does not even give an exception until I restart the mobile. Is this a system error or is something missing?
Change 1:
the task status is “waiting for activation”, so it does not throw an exception. it just waits and won't start until I restart the phone I always try with the same URL and I don't have this problem on the PC. This is just about the phone. The properties of the task are as follows: 
source share