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
Procedure to push the app in appstore?
What is a weak var?
Is realm db free?
What are properties in ios?
What is difference between unit tests and ui test in xcode?
What is strong weak in ios?
What are the skills required for ios developer?
Difference b/w collectionView & uitableview?
Is apple ios based on linux?
Is it safe to update to ios 13?
Are ios developers in demand?
What is delegate pattern in iOS?
Which app specific objects store the app's content in iOS operating system?
What is the difference between viewdidload and viewdidappear?
Does ios have garbage collection?