Can you please explain me
Thanks
inactive. The app is running in the foreground but isn't receiving events.
Backgrounded: In this state, your app is not in the foreground anymore but it is still able to run code. Suspended: Your app enters this state when it's no longer able to run code.
Foreground refers to the active apps which consume data and are currently running on the mobile. Background refers to the data used when the app is doing some activity in the background, which is not active right now. This is due to the fact that whether they are active or not, apps consume data.
It says :
Non-running - The app is not running.
Inactive - The app is running in the foreground, but not receiving events. An iOS app can be placed into an inactive state, for example, when a call or SMS message is received.
Active - The app is running in the foreground, and receiving events.
Background - The app is running in the background, and executing code.
Suspended - The app is in the background, but no code is being executed.
Main Bundle is the space where you can add the files initally and ship with the ipa.
Detailed difference you can find here
Hope this solves your Query.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With