When would you say that an app is not in a running state?
Answer / Ashish Srivastava
An app is considered to be 'not in a running state' when it is not currently executing any code and is either suspended, terminated, or not loaded into memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of reuseidentifier? What is the benefit of setting it to a non-nil value?
What are the different types of ios application states?
What is weak in ios?
Explain how to delete images in ios?
What is the concurrency how many ways you know to achieve concurrency?
What are the limits of accessibility ?
What is protocol in ios swift?
What are ibeacons in ios? : IOS Architect
Explain ios multitasking?
Is realm db free?
What is @dynamic and any place where it is used?
Who calls the main function of you app during the app launch cycle?