HypeDitto / iOS-Study

iOS 기술 면접 대비
0 stars 0 forks source link

App의 Not running, Inactive, Active, Background, Suspended에 대해 설명하시오. #13

Open YouHojoon opened 1 year ago

YouHojoon commented 1 year ago

Not running

앱이 실행중이지 않음

In active

앱은 실행중이나 이벤트가 없는 상태

전화가 오거나 등등

Active

이벤트를 받고있고 발생한 상태

Background

앱이 백그라운드에 있으나 실행중인 코드가 있는 상태

Suspended

앱이 백그라운드에 있고 실행중인 코드가 없는 상태, 기기 자원을 소모하지 않으나 언제든 종료될 수 있다.

HeegeePark commented 1 year ago

1. Not Running

2. Foreground - Inactive

3. Foreground - Active

4. Backgound - Running

5. Backgound - Suspended

image