[MonoTouch] Possible to prevent app from running in the background when closed?

Mikkel Lønow mloenow at gmail.com
Thu Mar 1 13:17:25 UTC 2012


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 <mloenow at gmail.com> 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 <leigh.bowers at curvenet.co.uk>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
>> MonoTouch at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monotouch
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monotouch/attachments/20120301/b15ab106/attachment.html>


More information about the MonoTouch mailing list