Does anyone know if exit(0) is deprecated in iOS application? I know it is not a good decision to manually terminate the app, but does Apple ban the application if we use it in the code?
Does anyone know if exit(0) is deprecated in iOS application? I know it is
Share
I got an app which was rejected because of a way of exit (via UIAlertView), doing an
exit(5)when user click on the correct button.I received that:
A “hidden” exit could be understood as a crash for the user, no?