How do I force-quit an individual app on an actual Apple Watch (not in the simulators)? -


when developing app, useful force-quit application without having re-start entire device.

on iphone, can force-quit active app double-clicking home button , swiping app top.

for actual apple watch (not simulators), force-quitting app particularly useful since there connection problems between xcode , watch app. also, force-quit apple watch app when not connected xcode.

so, how can force-quit / terminate active app on apple watch without restarting entire device?

when app terminate open:

  • press , hold side button , wait until shut down screen appear. let go of side button.
  • press , hold side button again until home screen appears.

your formerly active app has been terminated.

ps: side button button below digital crown.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -