iOS Question:

Download Job Interview Questions and Answers PDF

What is suspended state in iOS?

iOS Interview Question
iOS Interview Question

Answer:

The app is in the background but is not executing code. The system moves apps to this state automatically and does not notify them before doing so. While suspended, an app remains in memory but does not execute any code. When a low-memory condition occurs, the system may purge suspended apps without notice to make more space for the foreground app.

Download iOS Interview Questions And Answers PDF

Previous QuestionNext Question
What is background state in iOS?Explain code signing in iOS?