makeWebRequest works in simulator but not on device

Former Member
Former Member

I'm using the makeWebRequest method to send data from the watch to a server from my Garmin Forerunner 945, when I run the app in the Eclipse simmulator, the sdk will send the info to the server but when I load the app onto the watch, it won't send the data to the server. Is there any reason why this won't work? The watch is connected to my phone and I have the Connect iq app on my phone and my phone is connected to the internet.

  • You should put some System.Println just before your MakeWebRequest, OnReceive (with code and data) and OnBackGroundData, to see what happen.

    Create a file in Garmin/Apps/Logs on your watch, with the name of your app (.txt), println will be put in it.