I know it's been asked before, but I need a way to terminate an application. We have a medical disclaimer at the top of our app. If the user rejects the disclaimer terms we can not go on. We could leave the disclaimer screen sitting there, but that is annoying.
I've read that Apple rejects apps that use exit() or any self termination technology.
Any idea of what the acceptable solution is?