5 Common Execution States Of An iOS App Life Cycle To keep you from getting confused here is a simple way to understand the overall app behavior. Here's how you can understand iOS app life cycle take a look further and learn betterNot Running Inactive Active Background Suspend Now let us understand them in detail-
1. Not Running This occurs when an application is terminated by the system or has been unable to launch. 2. Inactive It is simply a traditional state which means that this app is running in the background but is unable to receive events. 3. Active