When calling method BackgroundDownloader().CreateDownload() as operation = downloader.CreateDownload(url, outputFile); I got exception: Quota for maximum number of concurrent operations exceeded, but this exception happens on some devices (it happened sometimes). I already read this post UWP BackgroundTransfer (CreateDownload / GetCurrentDownloadsAsync) Exception , I see the solution worked, but I think this is a tricky workaround and I want to ask Is there any real solution (using code to handle) for this problem?
Thanks.