Hi,
Does anyone know a way were I can read file data from the device, so that my app can work like the Run, Swim, Strength apps? They read workout data from a fit file stored on the watch, but I'm not sure how to achieve this?
Thanks
Luke
Hi,
Does anyone know a way were I can read file data from the device, so that my app can work like the Run, Swim, Strength apps? They read workout data from a fit file stored on the watch, but I'm not sure how to achieve this?
Thanks
Luke
Thanks Jim,
If you want to read stored data for Courses, Routes, Tracks, Waypoints or Workouts this should be possible using the PersistedContent API
https://developer.garmin.com/connect-iq/api-docs/Toybox/PersistedContent.html
That allows you see what's there in CIQ but not read the contents. In CIQ you can use it to launch a native app that uses them.