Ones my application finishes executing, I need to restart it in order to be able to reuse it again.
I am curious if there is a way I could add an action Listener to a "RESTART" button that would close and reopen my application?
Ones my application finishes executing, I need to restart it in order to be able to reuse it again.
I am curious if there is a way I could add an action Listener to a "RESTART" button that would close and reopen my application?
That is not possible. iOS doesn't provide API for this functionality. You may have luck with a jailbroken device.
Anyways, you have bigger problems if your app needs to restart to be usable.
This is not possible in iOS. Because there is no functionality to restart the application on button click.
You should not force the user to restart the app, even automatic shut-down and restart. The user will be annoyed and not use your app ever.
Also this is against the guidelines.