<?xml-stylesheet type="text/xsl" href="https://forums.garmin.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>News &amp; Announcements - All Comments</title><link>/developer/fit-sdk/b/news-announcements</link><description>FIT SDK info straight from the source</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><item><title>RE: FIT SDK 21.188.00 Release</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/fit-sdk-21-188-00-release</link><pubDate>Mon, 12 Jan 2026 19:40:27 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:817aed8a-b01c-42a0-975b-b090d468b973</guid><dc:creator>Eli FIT</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The Java SDK has been published and is now available in Maven Central.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Java SDK can be accessed in Maven Central here:&amp;nbsp;&lt;a id="" href="https://central.sonatype.com/artifact/com.garmin/fit"&gt;https://central.sonatype.com/artifact/com.garmin/fit&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=3009&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: FIT SDK 21.188.00 Release</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/fit-sdk-21-188-00-release</link><pubDate>Fri, 09 Jan 2026 17:24:11 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:817aed8a-b01c-42a0-975b-b090d468b973</guid><dc:creator>Ben FIT</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Please note that the Java SDK is not available in Maven Central yet. We are working on it.&amp;nbsp;&lt;/p&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=3009&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: FIT SDK 21.158.00 Release</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/fit-sdk-21-158-00-release</link><pubDate>Thu, 16 Oct 2025 21:26:16 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:524bb21b-ddf8-4e8c-95ab-dedc19bba2b9</guid><dc:creator>4496463</dc:creator><slash:comments>0</slash:comments><description>&lt;ul class="code-line" dir="auto"&gt;
&lt;li class="code-line" dir="auto"&gt;Removed an unnecessary call to stream.reset() in the Decoder read() function.&lt;br /&gt;&lt;br /&gt;This was in fact necessary if you want to read the stream more than once. I do exactly that,&amp;nbsp;I call the read function with different arguments to extract different activity&amp;nbsp;properties.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2395&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: FIT SDK 21.171.00 Release</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/fit-sdk-21-171-00-release</link><pubDate>Fri, 16 May 2025 13:45:53 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:072716eb-cee3-4b5b-ba63-5f5a5215d846</guid><dc:creator>Mark</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hello, the latest java sdk doesn&amp;#39;t seem to be available through the maven central&lt;/p&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2589&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: FIT SDK 21.141.00 Release</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/fit-sdk-21-141-00-release</link><pubDate>Tue, 02 Jul 2024 00:50:16 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:ff15bc5a-31ce-49f2-83bb-cca102649c31</guid><dc:creator>8354965</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Wow! New updates in one device.&amp;nbsp;&lt;/p&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2103&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: IMPORTANT! FIT Activity File Message Change</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/important-fit-activity-file-message-change</link><pubDate>Wed, 13 Dec 2023 11:59:59 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:abf1f28a-3e95-4f01-b2ff-725d3a225eba</guid><dc:creator>Herb</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I wonder if there&amp;#39;s a reliable way to distinguish the two different variants at the start, before starting to process record messages. The best way I figured out so far is to look at the sequence of messages before the first&lt;/p&gt;
&lt;pre&gt;Event: FIT_EVENT_TIMER; Type: FIT_EVENT_TYPE_START&lt;/pre&gt;
&lt;p&gt;message. If there was an activity message followed by a bunch of session messages before that event, then the file apparently is in summary first format, otherwise it is processed as it was before.&lt;/p&gt;
&lt;p&gt;Is there a more reliable way to tell?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Herb&lt;/p&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=1850&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: IMPORTANT! FIT Activity File Message Change</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/important-fit-activity-file-message-change</link><pubDate>Sat, 11 Nov 2023 20:12:45 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:abf1f28a-3e95-4f01-b2ff-725d3a225eba</guid><dc:creator>aaron</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;wowee! this is going to be interesting. popcorn.gif&lt;/p&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=1850&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: IMPORTANT! FIT Activity File Message Change</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/important-fit-activity-file-message-change</link><pubDate>Thu, 09 Nov 2023 03:13:07 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:abf1f28a-3e95-4f01-b2ff-725d3a225eba</guid><dc:creator>gie</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Is there a way to&lt;/p&gt;
&lt;p&gt;- Configure existing Fit files from summary last to summary first?&lt;/p&gt;
&lt;p&gt;- Configure some incoming fit file (before Dec 1st, 2023) to be summary first? (for some user)&lt;/p&gt;
&lt;p&gt;My goal is to test if our new implementation can resolve the summary first well enough&lt;/p&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=1850&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: IMPORTANT! FIT Activity File Message Change</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/important-fit-activity-file-message-change</link><pubDate>Fri, 27 Oct 2023 01:02:44 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:abf1f28a-3e95-4f01-b2ff-725d3a225eba</guid><dc:creator>Frederic</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Could you please provide the same example file but coded with the &amp;quot;Summary Last&amp;quot; method in order to ensure that the results are the same for a given platform ?&lt;br /&gt;Thanks&lt;/p&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=1850&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: FIT JavaScript SDK Package Name Change</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/fit-javascript-sdk-package-name-change</link><pubDate>Wed, 27 Sep 2023 11:20:20 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:33d13961-8b58-40fd-9cc4-4bd0203ba621</guid><dc:creator>jetall3</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Please let me know if you think an ENCODER will be developed for this sdk. We&amp;#39;re leveraging the decoder, but an encoder would be helpful as well. Thanks for the great work!&lt;/p&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=1808&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: FIT SDK License Agreement Updates</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/fit-sdk-license-agreement-updates</link><pubDate>Thu, 29 Dec 2022 17:31:52 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:0ab86037-c0ee-476e-8b68-de4e7a2f1446</guid><dc:creator>nradov</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Thanks that&amp;#39;s a step forward. Now could you please also post the FIT SDK Java fit.jar file in the &lt;a href="https://mvnrepository.com/" rel="noopener noreferrer" target="_blank"&gt;Maven Repository&lt;/a&gt; so that we can use it as a Maven build dependency? Maven is the standard build tool for most Java projects. Since the fit.jar file isn&amp;#39;t posted there it forces everyone to manually download the SDK before running a build.&lt;/p&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=1295&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: FIT SDK 21.60.00 Release</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/fit-sdk-21-60-00-release</link><pubDate>Sat, 23 Oct 2021 14:08:51 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:6573c66b-a0f0-4b6f-b365-55bdee369af6</guid><dc:creator>DR</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;sorry for hijacking this thread, I have a few questions:&lt;/p&gt;
&lt;p&gt;- Is the FIT SDK open source and/or available in other languages?&lt;/p&gt;
&lt;p&gt;- How can new manufacturers/devices be added?&lt;/p&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=773&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: FIT SDK 21.60.00 Release</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/fit-sdk-21-60-00-release</link><pubDate>Wed, 20 Oct 2021 10:12:07 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:6573c66b-a0f0-4b6f-b365-55bdee369af6</guid><dc:creator>1287010</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;how can i implement on reactjs to get activities of user&amp;nbsp;&lt;/p&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=773&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Welcome to the New FIT SDK Forums!</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/welcome-to-the-new-fit-sdk-forums</link><pubDate>Mon, 15 Mar 2021 20:03:28 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:e32c50db-62ff-4953-837c-679e3367e3bd</guid><dc:creator>Pascal.M</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;bonjour&lt;/p&gt;
&lt;p&gt;Suite &amp;agrave; un courriel adress&amp;eacute; &amp;agrave;&amp;nbsp;&lt;a href="mailto:product.support@garmin.com"&gt;product.support@garmin.com&lt;/a&gt;, on me dit de contacter &amp;quot;devolopeur&amp;quot;...le forum est vaste et je ne sais pas si ici c&amp;#39;est le bon endroit mais...voir ci-dessous mail transmit concernant livetrack:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bien &amp;agrave; vous!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bonjour quand on mets en route l&amp;#39;enregistrement de notre parcours / trace, il y a un enregistrement pour la s&amp;eacute;curit&amp;eacute; en cas de probl&amp;egrave;me. Mais:&lt;/p&gt;
&lt;p&gt;1) pourquoi pas de message d&amp;#39;alerte lors de la fin de l&amp;#39;activit&amp;eacute;?&lt;/p&gt;
&lt;p&gt;2) (plus important pour nous) pourquoi GARMIN ne donne pas une alerte quand il y a perte du signal GPS??? Si pas de signal = pas de position exacte en cas de probl&amp;egrave;me et les secours auront du mal &amp;agrave; nous trouver!! Il arrive souvent en trail ou SKI rando d&amp;#39;&amp;ecirc;tre dans des passages sans GPS ou bien nos t&amp;eacute;l&amp;eacute;phones coupent celui-ci pour diverse raison: une alerte ( VIBRATION/BIP...etc) de GARMIN serait TOP!&lt;/p&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=478&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: FIT SDK 21.40.00 Release</title><link>https://forums.garmin.com/developer/fit-sdk/b/news-announcements/posts/fit-sdk-21-40-00-release</link><pubDate>Thu, 29 Oct 2020 09:33:31 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:dc83d073-3cf0-448e-86fe-ac439024a041</guid><dc:creator>abs0d</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Looks like the link to download from &lt;a href="https://developer.garmin.com/fit/overview/"&gt;https://developer.garmin.com/fit/overview/&lt;/a&gt; is broken&lt;/p&gt;
&lt;p&gt;It links to &lt;a href="http://developer.ola.cf.garmin.com/fit/download/"&gt;http://developer.ola.cf.garmin.com/fit/download/&lt;/a&gt; which gives a 404&lt;/p&gt;
&lt;p&gt;(The link above is fine, I was just trying to find it from the website [emoticon:c4563cd7d5574777a71c318021cbbcc8]&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=479&amp;AppID=26&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>