TeamCoook / iOSInterviewQuestions

✅ iOS 개발자 기술 면접 대비
18 stars 0 forks source link

[레벨 1] 8주차 2. iOS 앱의 생명주기(App Life Cycle)에 대해 설명해주세요. #16

Open longlivedrgn opened 1 month ago

longlivedrgn commented 1 month ago
longlivedrgn commented 1 month ago

노션정리

ohdair commented 1 month ago

블로그 기재

SunnnySong commented 1 month ago

1️⃣ 앱의 각 상태(Not Running, Inactive, Active, Background, Suspended)에서 할 수 있는 작업은 무엇인가요?

App Structure

2️⃣ 앱 상태 변화에 따라 호출되는 AppDelegate 메서드들을 나열해주세요.

3️⃣ 백그라운드에서 작업을 완료하기 위한 방법들은 무엇이 있나요?