Open
Description
To help us fix your issue, please provide the information in the below template.
Note: If you want to save time, please create a fork, reproduce the bug in the sample projects and add a link to the repository here.
I'm sorry, I tried to reproduce the bug in the sample project but without doing any changes first I tried running it and it just blew up with a bunch of exceptions that I couldn't resolve.
Steps to reproduce
- On UWP, start a download.
- Quit the app
- Relaunch the app
- Note that the download continues automatically
- Inspect the IDownloadFile's Url property
Expected behavior
The property should have a value
Actual behavior
The property is null
Configuration
Running on Windows 10.1903
Platform:
- iOS
- Android
- UWP
- Other
Device:
- Simulator
- Real device (please specify)
One more note, IDownloadFile.Url property is null, but internally it looks like UWP's DownloadFileImplementation.DownloadOperation.RequestedUri property does have a value, so I'm guessing something just broke in the logic connecting those two.