标签: c# uwp background
我在商店中有一个UWP应用程序,可以下载播放列表,然后将其转换。我使用DownloadOperation和MediaEncodingProfile
DownloadOperation
MediaEncodingProfile
店内应用程序版本在最小化或后台运行时不会下载文件,并且会发生OperationCancelled和BackgroundTransferStatus.Error异常。
OperationCancelled
BackgroundTransferStatus.Error
在Visual Studio调试版本中,没有任何异常。
我该如何以最小化或后台下载?我如何在调试版本中进行测试?