Hi,
I'm trying to add some additional statistics on the Activity summary shown on Garmin Connect (both in the smartphone app and web page). As far as I know from other pieces of code found in the forum and from the documentation, it should be pretty straightforward, but it is not working for some reasons.
Here, I report a recap of the steps that I perform to accomplish this target:
In the resources I define my new fit contribution field:
and my strings:
<strings>
Then, I initialize my new activity session as follow:
}
}
then, before closing the app, i save everything by executing:
}
The strange point is that I can find this parameter inside the .fit file if I convert it using FitToCsv.jar provided alongside the sdk, but then it does not appear as well on Garmin Connect. What I'm missing in the full process?