Introduction
I needed to implement background downloads in a SwiftUI application. Checking in
Internet, I have found only old documentation (a part from the official Apple
docs). Because of this, I have developed a little POC application in SwiftUI
that implements background downloads.
In this blog post, I will describe