On 27.08.2011 15:06, Robert Jordan wrote:
> On 27.08.2011 01:25, catullum wrote:
>> I need that my application should be closed by an button.
>>
>> but it should be closed definitively.
>> The application dose some thing on start that it dosed when you press only
>> the home button.
>
> As Jason wrote, Apple will likely reject such an app.
>
> Add this to your Info.plist if you want this behavior:
>
> <key>UIApplicationExitsOnSuspend</key>
> <true/>

Oops, this was misleading. Adding the key won't lead to a rejection.
It's the supported way of telling iOS that the app doesn't need
backgrounding.

Robert

_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to