Background transfers
In an app that uses URLSession, you want a large file download to keep going after the user sends the app to the Home screen, and to be handled correctly when it finishes. Select all the conditions you need.
Pick all that apply
Background transfers
In an app that uses URLSession, you want a large file download to keep going after the user sends the app to the Home screen, and to be handled correctly when it finishes. Select all the conditions you need.
Pick all that apply
NetworkingShort answerExpert
A large file is downloading through a background URLSession and the app gets terminated c…
#background-session #downloadtask
NetworkingMultiple choiceBasics
At an onsite whiteboard you're asked to download images from a list of URLs and show them…
#downloadtask
NetworkingShort answerAdvanced
You're downloading an audio file of several hundred MB, and the app gets terminated or th…
#background-session
NetworkingMultiple choiceAdvanced
You're building a feature that downloads video and audio files (hundreds of MB to GB) for…
#background-session