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/> Robert _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
