I'm trying to get and use active minute data on a watch face. Essentially this:
var activity = Act.getInfo();
var actMinDay = activity.activeMinutesDay;
This tests OK with SDK 2.1.2 in the ConnectIQ app but when I download it to my Fenix 3 HR (software version: 3.50) the watch face doesn't display and this appears in the APPS/LOGS/CIQ_LOG.TXT file on the watch:
ERROR: Symbol Not Found Error
DETAILS: Could not find symbol activeMinutesDay.
STORE_ID: 00000000000000000000000000000000
So it appears this function is available in the SDK but not on my watch. Do I need to update my watch to beta firmware?
If so, if you could paste the link I'd appreciate it.
If not, then can somebody explain why I'm getting the error?
Thanks,
Stewart