How to kill the app when the main button is pressed? (IPAD)

All my applications when exited are just minimized and if i click in the icon again they start from where i left them, like a “save state”, how can i evade this?

Player Settings → Exit on Suspend or something like this

I cant find the option

and here there is nothing like “exit on suspend”
http://unity3d.com/support/documentation/Components/class-PlayerSettings.html

Thanks

Which version of unity are you using?
It is Player Settings for ios in Other Settings in Configuration group

3.1.0f4 iOS Pro

I would recommend not changing this behaviour. These days, users expect your app to continue where they left it.
And if your app doesn’t support multitasking, I’m not sure Apple will even approve it.

In case you don’t know: just double-tap the home button, then keeping one of the icons pressed for about a second or two. Then you’ll see some icons to close the apps.

damn, sorry - my bad - it will be in 3.2 [very soon] :wink:
for now you can use
UIApplicationExitsOnSuspend in info.plist file

I’m working with ipad about 3 weeks, and yet dont know NOTHING about it, hehe

Thanks guys!

No problem :slight_smile:
BTW, it works the same on other devices now (depending on the OS version).