Answer Posted / Vivek Kumar Dubey
"To restart an app programmatically in Objective-C, you can call the `terminate:` method on UIApplication. However, it's important to note that this action requires user confirmation since it will close the current app. Here's an example:nn```objective-cn[[UIApplication sharedApplication] terminate:nil];n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category