UWP Background Transfer exception 0x80072EE4 after Windows Update 1703

Viewed 374

I have a Windows Store app with Background Transfer to download contents and it is working well until now. However, a few customers report that after they update their PC to Creators Update (1703), the downloads stop working giving an error like HRESULT: 0x80072EE4 (which is translated from an exception by my app).

There are similar reports: HRESULT 0x80072EE4 when using BackgroundDownloader but in my case, it happens after Windows Update 1703. Strangely, this issue doesn't happen on my developer PC where the same update is already installed.

Is there anyone has any clue on the source of the problem or found any workaround?

1 Answers
Related