Programmatically Exit iPhone App

To terminate your app from within your code execute the following command…

exit(0);


Leave a Reply