I have a problem with my app.
I would like to ‘reset’ my app each time when I turn it down by the multitasking bar.
I found UIApplicationExitsOnSuspend (or as in the newest Xcode:
‘Application does not run in background’) which has to be added to the info.plist.
But this method resets my app each time when I go to the background mode.
Is there any method (as the ones above) which makes the app reset but only if I ‘kill’ it by the multitasking bar?
I have a problem with my app. I would like to ‘reset’ my app
Share
May I misunderstand you, but if you kill an app by closing it in the multitasking bar, it’s killed, done, gone. So if you start it again afterwards it should be reset.