windows 10 apps DownloadOperation not starting
问题 I'm trying to download a file using this code on a windows 10 universal app: await downloadOperation.StartAsync().AsTask(token, progressCallback); it's working on pc but on mobile sometimes it's doesn't start downloading and not even giving an exception until I restart the mobile. Is it a bug in the system or I'm missing something? Edit 1: the task's status is "waiting for activation" so it's not throwing an exception. it's just waiting and not starting until I restart the phone I'm trying