iOS Question:
Download Job Interview Questions and Answers PDF
What is background state in iOS?
Answer:
The app is in the background and executing code. Most apps enter this state briefly on their way to being suspended. However, an app that requests extra execution time may remain in this state for a period of time. In addition, an app being launched directly into the background enters this state instead of the inactive state. For information about how to execute code while in the background, see "Background Execution and Multitasking.
Download iOS Interview Questions And Answers
PDF
Previous Question | Next Question |
What is active state in iOS? | What is suspended state in iOS? |