I have an iPhone application in which I would like to give the user the option of turning a setting on/off depending on wether or not they would like the application to exit when suspended (or going into the background).
As I understand it, there is an option in the info.plist file called something like "UIApplicationExitsOnSuspend" which can be turned on to allow this functionality, I also understand the info.plist file shouldn't (can't?) be modified at run-time.
Though not a massively important feature, I would like to find a way to implement something if possible, can anyone shed some light on this?
Jack