[Solved] iOS is exit(0) Reject [closed]


Do not provide buttons or options for exiting from your application.

If you do so apple will reject your application.

Also if you call exit(0) from your application at certain point, apple will take it as a crash.

So never do it, your app will be rejected.

1

solved iOS is exit(0) Reject [closed]