Why isn’t the TerminateWithSuccess method of the SharedApplication implemented in MonoTouch? How can I invoke it? or even better, how can I programmatically close the application?
Why isn’t the TerminateWithSuccess method of the SharedApplication implemented in MonoTouch? How can I
Share
terminateWithSuccess is private API, which is why MonoTouch does not surface it. You should still be able to call it by using a Selector.