Simulator save FIT files?

Sorry if I missed this somewhere, but I can't seem to find the feature (or an answer) --

Does the simulator save FIT files for an activity that has been simulated? Specifically I am looking to play around with the FitContributor features of the newer SDK and would like to work and debug in the simulator rather than on a device.

Thanks!
  • Yes, they are saved. The simulator uses a temp directory (there are other threads that tell you how to find that based on PC or Mac)
    The structure there is just like on a real watch (garmin\apps for example). There's a garmin\activities directory, and the .fit will be there.
  • Perfect, thanks Jim.

    If anyone stumbles here and wants to know the Windows location, it's %TEMP%\Garmin which is often C:\Users\<user folder>\AppData\Local\Temp\Garmin

    Now to figure out why the recorded file does not load to GC :)