I'm using BackgroundDownloader to download a file from UWP sample app.
Download process persist in the background even I close the app and the download process is automatically continued after switch off and switch on network connection. That's great.
But if I reboot the machine during download process, download operation isn't continued after the reboot but exists with PausedNoNetwork state. Download is resumed when I start UWP app again.
Is it possible to resume download process automatically after the reboot?