I am trying to do something in compute() after the user stops the activity (timer) and the screen to save/discard the activity is shown on the watch. On the simulator, I press the timer stop button and compute() continues to be called and my app works as intended. On a real watch it looks like compute() is not called after pressing the watch STOP button. Can anyone shed some light on this?
Also in the simulator what the the Play/Pause button at the bottom of the activity simulation dialog really correspond to on the watch?