Explain UIApplication life cycle



Explain UIApplication life cycle..

Answer / babu

Not running : The application has not been launched or was running but terminated by the device.

Inactive : Application running in foreground but currently not receiving any events.

Active : Application is running in foreground and receiving events.

Background : Application in background & executing background tasks

Suspended : Application is in background. Not executing any code.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What is synchronous vs. Asynchronous in gcd ?

0 Answers  


What is bridging header in ios?

0 Answers  


What is the 'implementation'?

0 Answers  


Why do all model object attributes get marked with @dynamic and not synthesised?

0 Answers  


Give example scenarios when an application goes into inactive state?

0 Answers  






What design patterns do you use in ios? : IOS Architect

0 Answers  


What are layer objects and what do they represent?

1 Answers  


Have you uploaded app on appstore? What is the process?

0 Answers  


Which api would you use to write test scripts to exercise the application’s ui elements?

0 Answers  


What is the meaning of 'strong'keyword?

0 Answers  


Name the app sate which it reaches briefly on its way to being suspended in iOS operating system?

0 Answers   TryTechnicals Pvt Ltd,


Assume that your app is running in the foreground but is currently not receiving events. In which sate it would be in?

0 Answers  


Categories