Wednesday, 9 April 2014

List the five iOS app states.

1) Not running -: The app has not been launched or was running but was terminated by the system.
2) Inactive -: The app is running in the foreground, but not receiving events. An iOS app can be placed into an inactive state, for example, when a call or SMS message is received.
3) Active -: The app is running in the foreground, and receiving events.
4) Background -: The app is running in the background, and executing code.
5 )Suspended -: The app is in the background, but no code is being executed

No comments:

Post a Comment