iOS Question: Download iOS PDF

What is suspended state in iOS?

Tweet Share WhatsApp

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 PDF Read All 44 iOS Questions
Previous QuestionNext Question
What is background state in iOS?Explain code signing in iOS?