Referenced by

Background execution demystified - WWDC20 - Videos - Apple Developer

background(withIdentifier:) | Apple Developer Documentation

URLSession: Common pitfalls with background download & upload tasks

Uploading data in the background in iOS


백그라운드 상태에서의 작업과 각 차이

URLSession background Background modes
요청 후 해당 작업이
백그라운드에서 네트워크 작업 유지 시스템 자체 자동으로
앱 최적화, 업데이트 작업 수행
(coreML최적화, DB 최적화 등)
HTTP, HTTPS 업로드 및 다운로드 네트워크 작업 등 시스템 자체 사용자가 앱을 사용하지 않을 때 자동 진행(새벽, 충전 상태 등)

URLSession background

URLSession background 사용