-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<1주차> 앱이 foreground에 있을 때와 background에 있을 때 어떤 제약사항이 있나요? #3
Comments
제약사항
아래와같은 경우 권한을 추가해서 사용할 수 있다.
|
foreground에선, 유저의 행동 우선순위가 시스템 리소스, CPU 보다 높다. 백그라운드에서 통신할때의 전송 제한사항 백그라운드 세션에서 실제 전송은 앱의 프로세스와 다른 개인 프로세스에 의해 수행. 앱의 프로세스를 다시 시작하는 데 비용이 많이 들기 때문에 몇 가지 기능을 사용할 수 없어 다음과 같은 제한이 있습니다. 세션은 이벤트 전달을위한 delegate를 사용한다. (업로드 및 다운로드의 경우 델리게이트는 진행중인 전송과 동일하게 작동) |
background task의 제약사항
background 에서 사용이 가능한 기능은
Background fetch의 경우에는 앱을 자주 사용하는 시간을 파악해 그 특정 시간에 Appdelegate 내의 메소드인 |
Foreground : 이벤트가 리소스보다 우선순위가 높다 Background에서의 제한
Background Modes
|
background 제약 사항
background 에서 사용 가능한 기능
|
No description provided.
The text was updated successfully, but these errors were encountered: