I am using the following code, but even after calling it, my app is still the iOS task manager (double - Click the Home button.)
UIApplication.SharedApplication.PerformSelector (New MonoTouch.ObjCRuntime.Selector ("TerminateWithSuccess"), blank, 0f); When I remove the app from the task manager (stop it on the app in the task manager for 2 seconds then press the red zero mark), it disappears from task manager just like that As needed.
If I end up using the above code, then why is it still in the Task Manager? How do I kill this program in a difficult way, so that it disappears from the Task Manager?
Close via the IOS interface (http://support.apple.com/kb/ht5137) Remove it from 'Task Manager'. 'Task Manager' actually shows a list of recent apps
Finishing the Ape program will not remove it from the latest app list.
Comments
Post a Comment