Answer Posted / maanya
Not Running: The app was running but was terminated, or was not launched.
Inactive: The app is running in the foreground, but is not receiving any events, apps turn into this state for several reasons, it can be transitioning to another state, if the user locks the screen, calls or receives a call or SMS.
Active: The app is receiving events and is running in the foreground.
Background: Apps go to this state before being terminated, they are in the background but still execute code. You should know that this is not the only reason, they can go this state also to be launched directly from this state, so they do not need to turn into inactive state.
Suspended: Apps in this state are in the background but are not executing code, the system do not notify before doing this and apps are still in memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I open a csv file on my phone?
Explain the difference between copy and retain?
what is Xcode command line tools package?
How to install an iphone application for testing?
Suppose I get a “blog returned invalid data” error message. What do I do?
What is uikit framework in ios?
What are b-trees?
What is uikit in ios?
what are the new features in Xcode 6?
What is dynamic typing in iOS operating system?
What is notification in iOS?
What is message forwarding?
What are transient properties?
What is weak and strong in ios?
What is singleton pattern in ios?