iOS Question:
Download Questions PDF

Explain app's state transitions when it gets launched?

iOS Interview Question
iOS Interview Question

Answer:

Before the launch of an app, it is said to be in not running state.
When an app is launched, it moves to the active or background state, after transitioning briefly through the inactive state.

Download iOS Interview Questions And Answers PDF

Previous QuestionNext Question
How respond to state transitions on your app in iOS?Who calls the main function of app during the app launch cycle in iOS?