iOS app states: Not running state :- The app has not been launched or was running but was terminated by the system. Inactive state:- The app is running in the foreground but is currently not receiving events. Active state: - The app is running in the foreground and is receiving events. Background state: - The app is in the background and executing code. Suspended state:- The app is in the background but is not executing code.
Can you answer this question?
Write Answer1 Answers