Does anyone use the "Playback File..." functionality when testing their apps? And if so, should the FIT files taken directly from an actual device work properly?
I have been trying to test out a data field and I have been using FIT files from my D2 Bravo, which contains elevation information and should likely contain other information such as temperature, speed (groundspeed) and heading. However, when playing back the file the only thing that seems to be set within the Activity.Info object that is passed to the compute() method is position. Elevation, speed and heading are all zero and/or null. I saw all old thread from 2014/2015 that mentioned something about missing data but surely this isn't *STILL* the case? If it is still the case and FIT file playback is only partially working, then how are other people testing out their apps and/or data fields other than the obvious (and undesirable) option of building for their device and testing in the wild?
Thanks,
Douglas