I'm developing a simple app with time, weather info + my company stock price.
The app runs perfectly fine on the eclipse simulator but, crashes on the vivoactive HR.
The CIQ_LOG.TXT isn't very helpful. :(
I have 2 webrequest calls - one for weather + one for stock.
If I remove the stock webrequest, the app works on the vivoactive (i.e. grabs weather info from the web).
So something's amiss with this line of code to fetch stock info on the watch.
Any ideas? Or pointers to source code that works?
Thanks.
// Comm.makeWebRequest("query.yahooapis.com/.../yql, null, {}, method(:onStockReceive));