I missed something with the multitasking function. I know that we can complete the task in the background, but I really need this task to continue when the application enters the background. So I need something other than starting a new task in the background. If the images are uploaded to the view and the user presses the home button so that the application goes into the background, I want the images to continue loading, and when the user activates the application again, he can see all the downloaded images. How can this be done? Many thanks.
source
share