I have a watch app which is receiving location updates every second, so it is being executed in the background even if the wrist is down. I thought this would qualify the app to update the user interface every second, but it is not working. I set a breakpoint where the user interface is updated, and the code is being executed but I get no update in the user interface. I have tested this both in the simulator and in the device.
Should this work with an app which gets locations updates? I thought it would make sense for an app like this.
The app is written in objective-C if that makes it any different.
Thank you.