Name and explain the iOS app states.



Name and explain the iOS app states...

Answer / 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

More Apple iOS Interview Questions

What json framework is supported by ios (iphone os)?

0 Answers  


What is category and extension in ios?

0 Answers  


Is ios multithreading?

0 Answers  


What is Delegation in iOS?

0 Answers   UGC Corporation,


What are the sorts of ios binaries you can make utilizing xcode?

0 Answers  






What are the three themes that ios embodies?

0 Answers  


Explain the options and bars available in xcode 4.x workspace window in iOS operating system

0 Answers   CDC,


What is code signing in iOS operating system?

0 Answers   CDC,


Name the memory management rules and their related methods.

1 Answers  


Differentiate between ‘assign’ and ‘retain’ keyword.

0 Answers  


is code completion is active by default in iphone development?

0 Answers  


What are the delegate methods of mkmapview?

0 Answers  


Categories