I've got an app that makes a json request to a web service.
It works fine in the simulator, talks to the real web service, retrieves data and renders on the watch.
However, when I deploy this app onto my watch (Fenix3, latest stable firmware) it doesn't work.
Watching the logs on the web-service I can see that the json request gets to the server and that it returns the appropriate data back to the phone but for some reason the data doesn't go from the phone back to the watch.
Any ideas?