how to close a running app and return to simulator without programmatically writing exit() and also without stoping the running application from Xcode...is there any other way?
exit app from simulator in ios without clicking "stop the running application" from Xcode and exit()
Asked
Active
Viewed 168 times
0
-
command + h for return to home page. – Nauman Malik Sep 25 '17 at 08:03
-
1Possible duplicate of [ios simulator: how to close an app](https://stackoverflow.com/questions/18519799/ios-simulator-how-to-close-an-app) – Tushar Sharma Sep 25 '17 at 08:07
-
Press Cmd(Command) + Shift + H – Firoj Sep 25 '17 at 08:55
1 Answers
0
Press Cmd(Command) + Shift + H + H(Twice H) it will ope multitasking bar and you can exit app like in device.

Devang Tandel
- 2,988
- 1
- 21
- 43