Found this - seems like you can do it without setting that key: http://stackoverflow.com/questions/6622762/splash-screen-on-resume-in-iphone
Mikkel On Thu, Mar 1, 2012 at 14:10, Mikkel Lønow <[email protected]> wrote: > Hi, > > You can set UIApplicationExitsOnSuspend to YES in your Info.plist. This > will prevent the app from using multitasking. There might be a way to force > the splash screen to be displayed when resuming, but unfortunately I don't > know the answer to that. > > Mikkel > > > On Thu, Mar 1, 2012 at 13:50, MilkyJoe <[email protected]>wrote: > >> My client wants to see the splash screen every time the app is fired up. >> If >> the app is closed, it's still running in the background (unless pushed out >> of memory?) so that, when they click on the app icon again, it resumes >> where >> it left off (and therefore not showing the splash screen). >> >> Is it possible to prevent this behaviour, so that the app fully closes >> when >> the home button is pressed? >> >> Thanks >> >> -- >> View this message in context: >> http://monotouch.2284126.n4.nabble.com/Possible-to-prevent-app-from-running-in-the-background-when-closed-tp4434866p4434866.html >> Sent from the MonoTouch mailing list archive at Nabble.com. >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch >> > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
