Hi,
My first Connect IQ shows and run great in simulator but on watch show IQ with an admiration symbol, some suggestion?
This is a DataField, not simple, but in simulator show and run great on all layouts.
Thanks in advance,
Carlos.
It could also be that there's a bug preventing the app from starting. For instance if you didn't start an activity, you'll get null values for properties on the info object (possible null reference error). There's also situations that don't come up in the simulator. For instance an active activity where you're standing still (possible devide by zero error).
I'm not seeing anything obvious (you are checking for null and avoiding divide by zero). As far as I can tell, that code should not be a problem and you should have a look somewhere else.
It is probably a good idea to start logging the values that might be causing problems. Instructions to setup logging are found in the FAQ. You can print the values and tracing information to tell where the problem is.
Let us know what you find. I'm curious if I'm missing something.
Travis
BTW, Do you know how to display data in different fields when we choose 2/3/4 field option. How do we distinguish between the multiple fields to display different variables? Thanks