In my appname-Info.plist
I have ‘Application does not run in background’ box checked.(it is ticked)
But when i press the button under the screen to close the app, and then double press the button it shows the list of apps and my app is there among the list of currently running apps. Does this mean that my app is running in the background?
If so is there a fix for this? I’d like to make sure my app is completely dead when user quits it.
Thanks
-Code
Your app is not running in the background after you close it.
Even if you see it in the switcher app list.
Application has different states
Your application become in-active, not running in background.
Aplications are allaowd to run in the background only for:
And you should explicitly ask the permission and set the appropriate code for doing that and not only check the ‘Application does run in background’ in the info.plist