What are the App states in IOS?

devquora
devquora

Posted On: Dec 24, 2020

 

The app states in IOS are as follows:

  • Non-running - It indicates that the app is not running.
  • Inactive - It indicates that the app is running in the foreground, but not receiving events.
  • Active - It indicates that the app is running in the foreground, and receiving events.
  • Background - It indicates that the app is running in the background, and executing code.
  • Suspended - It indicates that the app is in the background, but no code is being executed.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions