<?xml version="1.0" encoding="UTF-8" ?>
<?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/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>News &amp; Announcements</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements</link><description>Connect IQ development info straight from the source.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Nov 2025 14:00:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://forums.garmin.com/developer/connect-iq/b/news-announcements" /><item><title>Changes to the Connect IQ Store</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/changes-to-the-connect-iq-store</link><pubDate>Thu, 20 Nov 2025 14:00:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:fe99c6c3-df12-4a21-b65a-b202ad1f3907</guid><dc:creator>AlphaMonkeyC</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span style="font-family:inherit;"&gt;We&amp;rsquo;re making some important changes to the Connect IQ Store website. Moving forward, the Connect IQ Store mobile app will be the sole source of purchasing, installing or managing apps for your Garmin devices. The website will promote the Connect IQ Store and direct users to the app for these actions.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Your existing&amp;nbsp;&lt;a class="c-link" href="http://apps.garmin.com/" rel="noopener noreferrer" target="_blank" data-stringify-link="http://apps.garmin.com" data-sk="tooltip_parent"&gt;apps.garmin.com&lt;/a&gt;&amp;nbsp;links will continue to work and have an improved user interface, but they&amp;rsquo;ll direct you to the mobile app for further action. If you have the Connect IQ Store mobile app installed on your phone, the links from the website will take you directly to the correct screens in the app.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;span class="c-mrkdwn__br" data-stringify-type="paragraph-break"&gt;&lt;/span&gt;For uploading updates, we encourage you to bookmark the link to&amp;nbsp;&lt;a class="c-link" href="http://apps-developer.garmin.com/" rel="noopener noreferrer" target="_blank" data-stringify-link="http://apps-developer.garmin.com" data-sk="tooltip_parent"&gt;apps-developer.garmin.com&lt;/a&gt;. This is the new destination for the Connect IQ developer dashboard.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2929&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/connect%2biq%2bstore">connect iq store</category></item><item><title>Connect IQ SDK 8.3 Now Available</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/connect-iq-sdk-8-3-now-available</link><pubDate>Thu, 25 Sep 2025 20:26:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:ea6e14a3-c54d-474e-a9c2-d0c3b241d4da</guid><dc:creator>Brandon.ConnectIQ</dc:creator><slash:comments>0</slash:comments><description>&lt;p style="font-weight:400;"&gt;The Connect IQ 8.3.0 SDK is now available via the SDK manager. Here are some of the updates:&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;strong&gt;Developer Dashboard&lt;/strong&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;The&amp;nbsp;&lt;a href="https://apps-developer.garmin.com/developer/dashboard"&gt;developer dashboard is moving to a new location&lt;/a&gt;.&amp;nbsp;Please update your bookmarks appropriately.&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;strong&gt;Supported Activities&lt;/strong&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;On devices with API level 5.2, data fields have a post-install flow that lets the user associate them with activities. If you want to filter the list of available activities, you can include an activity filter in the manifest. Here&amp;#39;s an example that will filter the available activities to outdoor running activities:&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;&lt;pre class="ui-code" data-mode="xml"&gt;&amp;lt;iq:activityFilter&amp;gt;
    &amp;lt;iq:activity sport=&amp;quot;Toybox.Activity.SPORT_RUNNING&amp;quot; subsport=&amp;quot;Toybox.Activity.SUB_SPORT_GENERIC&amp;quot; /&amp;gt;
    &amp;lt;iq:activity sport=&amp;quot;Toybox.Activity.SPORT_RUNNING&amp;quot; subsport=&amp;quot;Toybox.Activity.SUB_SPORT_TRAIL&amp;quot; /&amp;gt;
    &amp;lt;iq:activity sport=&amp;quot;Toybox.Activity.SPORT_RUNNING&amp;quot; subsport=&amp;quot;Toybox.Activity.SUB_SPORT_TRACK&amp;quot; /&amp;gt;
&amp;lt;/iq:activityFilter&amp;gt;&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;Here are some examples of supported activities:&lt;/p&gt;
&lt;table style="font-weight:400;"&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Activity&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Sport&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Sub-Sport&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Running (All)&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SPORT_RUNNING&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;None&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Trail Running&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SPORT_RUNNING&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SUB_SPORT_TRAIL&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Track Running&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SPORT_RUNNING&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SUB_SPORT_TRACK&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Treadmill Running&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SPORT_RUNNING&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SUB_SPORT_TREADMILL&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Indoor Running&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SPORT_RUNNING&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SUB_SPORT_INDOOR_RUNNING&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Cycling (All)&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SPORT_CYCLING&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;None&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Mountain Biking&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SPORT_CYCLING&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SUB_SPORT_MOUNTAIN&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Gravel Biking&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SPORT_CYCLING&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SUB_SPORT_GRAVEL_CYCLING&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Indoor Cycling&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SPORT_CYCLING&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Activity.SUB_SPORT_INDOOR_CYCLING&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="font-weight:400;"&gt;&lt;strong&gt;Get the SDK&lt;/strong&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;This will build a filter based on FIT sport and sub-sport identifiers. If the sub-sport is not provided, the filter will include all sub-sports of the specified sport type. To make your resource files more concise, you can also use the direct FIT identifier rather than the&amp;nbsp;&lt;a href="https://developer.garmin.com/connect-iq/api-docs/Toybox/Activity.html#Sport-module"&gt;Activity.Sport&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://developer.garmin.com/connect-iq/api-docs/Toybox/Activity.html#SubSport-module"&gt;Activity.SubSport&lt;/a&gt;&amp;nbsp;constants, which are just the enum values of the Activity.Sport and Activity.Subsport constants.&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;Get the&amp;nbsp;&lt;a href="https://developer.garmin.com/connect-iq/sdk/"&gt;Connect IQ 8.3 SDK&lt;/a&gt;&amp;nbsp;today and update your data fields to use the new activity filter.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2826&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Connect IQ SDK 8.2 Now Available</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/connect-iq-sdk-8-2-now-available</link><pubDate>Thu, 19 Jun 2025 13:26:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:3cf0c019-7782-449f-a60b-28f567b7eacf</guid><dc:creator>AlphaMonkeyC</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Connect IQ SDK 8.2.1 is now available from the Connect IQ SDK. This SDK supports new features available for System 8 devices.&lt;/p&gt;
&lt;h2 id="mcetoc_1itd0fvlg1"&gt;New Data Field Setup Flow&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;&lt;img alt=" " src="https://forums.garmin.com/resized-image/__size/320x240/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-01/5700.pastedimage1749562043542v1.png" /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;System 8 devices received a new setup flow for data fields. Now at install, the user will be prompted to choose which activity profiles they want to associate with the data field.&lt;/p&gt;
&lt;h2 id="mcetoc_1itd2cfs74"&gt;System 8, SensorDelegate, and Install&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;&lt;img alt=" " src="https://forums.garmin.com/resized-image/__size/320x240/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-01/0412.pastedimage1749562059853v2.png" /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If your app or data field supports an external BLE or ANT sensor, you can add a &lt;a href="https://developer.garmin.com/connect-iq/api-docs/Toybox/Sensor/SensorDelegate.html"&gt;SensorDelegate&lt;/a&gt; to your app to allow it to pair using the native sensor pairing flow. If you do, the user will be asked to pair with your sensor after the app installs as part of the new install flow.&lt;/p&gt;
&lt;p&gt;On System 8 devices, ANT or BLE sensors that search for sensors outside of the native pairing flow will be shown a security warning.&lt;/p&gt;
&lt;h2 id="mcetoc_1itd0g98n2"&gt;Side-Loading to System 8 Devices&lt;/h2&gt;
&lt;p&gt;For System 8 devices receiving the 2025 Q2 QMR, any app that is being side-loaded to the device must be built with Connect IQ SDK 7.4.3 or greater. In July, we will be setting the minimum SDK version to 8.1 for uploading apps to the store.&lt;/p&gt;
&lt;h2 id="mcetoc_1itd0guv03"&gt;High-Frequency Sensors&lt;/h2&gt;
&lt;p&gt;Calling&amp;nbsp;&lt;a href="https://developer.garmin.com/connect-iq/api-docs/Toybox/Sensor.html#registerSensorDataListener-instance_function"&gt;Sensor.registerSensorDataListener()&lt;/a&gt;&amp;nbsp;will enable your application to receive accelerometer data via the callback that you provide. The type and amount of data provided is configured via the options dictionary parameter. &amp;nbsp;Two new options have been added to the API:&lt;/p&gt;
&lt;table width="1396"&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;td width="503"&gt;
&lt;p&gt;&lt;strong&gt;Option&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="893"&gt;
&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;code&gt;&lt;strong&gt;:synchronous&lt;/strong&gt;&lt;/code&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;If true, samples from the accelerometer, gyroscope, and magnetometer will be synchronized with one another. False by default.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;code&gt;&lt;strong&gt;:includeTimestamps&lt;/strong&gt;&lt;/code&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;If true and :synchronous is true, fill the timestamp arrays. Each array item aligns with a sample, and specifies the number of milliseconds since listening began that the sample occurred.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;These options provide synchronization of the incoming sensor data, making it easier to ingest and process the samples.&lt;/p&gt;
&lt;h2 id="mcetoc_1itd0for50"&gt;Get the SDK&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://developer.garmin.com/connect-iq/sdk/"&gt;Get the Connect IQ 8.2.1 SDK &lt;/a&gt;today and update your apps to use these new features.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2653&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/connect%2biq%2bsdk">connect iq sdk</category></item><item><title>Edge  MTB Now Available in Connect IQ SDK Manager</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/edge-mtb-now-available-in-connect-iq-sdk-manager</link><pubDate>Tue, 17 Jun 2025 13:00:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:82f332bd-3f19-45af-aa60-440bfb3dbf1b</guid><dc:creator>AlphaMonkeyC</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="TextRun SCXW30414511 BCX8" lang="EN-US"&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;The &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;Edge&amp;reg; MTB &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;bike computer&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt; &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;is &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;purpose-built for mountain &lt;/span&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW30414511 BCX8"&gt;bikers&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;.&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt; &lt;/span&gt;&lt;span class="NormalTextRun CommentStart SCXW30414511 BCX8"&gt;It&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;s compact, rugged design&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt; &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;features scratch-resistant Corning&amp;reg; Gorilla&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;&amp;reg;&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt; Glass to stand up to &lt;/span&gt;&lt;span class="NormalTextRun CommentStart SCXW30414511 BCX8"&gt;mud, &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;grit&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt; and&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt; branches&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;.&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt; &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;Get &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;superior &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;position&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt; &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;tracking &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;while descending&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt; with &lt;/span&gt;&lt;span class="NormalTextRun CommentStart SCXW30414511 BCX8"&gt;5&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt; &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;Hz &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;GPS &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;recording when using enduro or downhill ride profiles. Set timing gates throughout a course to track split times. &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;Dig into trail details before you ride &lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt;with preloaded &lt;/span&gt;&lt;span class="NormalTextRun SpellingErrorV2Themed SCXW30414511 BCX8"&gt;Trailforks&lt;/span&gt;&lt;span class="NormalTextRun SCXW30414511 BCX8"&gt; maps.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW30414511 BCX8"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="EOP SCXW30414511 BCX8"&gt;The Edge MTB is now available from the Connect IQ SDK Manager. Update your apps today.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2666&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>vívoactive  6 Now Available in the Connect IQ SDK Manager</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/vivoactive-6-now-available-in-the-connect-iq-sdk-manager</link><pubDate>Tue, 01 Apr 2025 14:00:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:f0e153d2-2ae9-437b-80c7-288883974f52</guid><dc:creator>AlphaMonkeyC</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The v&amp;iacute;voactive&amp;reg; 6 smartwatch is here. With a bright AMOLED display, up to 11 days of battery life, daily suggested workouts, Body Battery&lt;span class="emoticon" data-url="https://forums.garmin.com/cfs-file/__key/system/emoji/2122.svg" title="Tm"&gt;&amp;#x2122;&lt;/span&gt;&amp;nbsp;energy monitoring, sleep score and more, this GPS smartwatch is purpose-built with essential health and fitness features to help you understand your body better.&amp;nbsp;&lt;/p&gt;
&lt;h2 id="mcetoc_1inf9bg130"&gt;&lt;span&gt;A Note for Developers&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;The v&amp;iacute;voactive 6 action view pattern has changed from the v&amp;iacute;voactive 5.&amp;nbsp;The indicator has changed from a chevron at the bottom of the screen to a notch on the right side. The user drags the indicator to make the action view appear.&amp;nbsp;Add a call to &lt;a href="https://developer.garmin.com/connect-iq/api-docs/Toybox/WatchUi/View.html#setActionMenuIndicator-instance_function"&gt;View.setActionMenuIndicator()&lt;/a&gt;&amp;nbsp;to support this functionality:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="typescript"&gt;if (View has :setActionMenuIndicator) {
    setActionMenuIndicator({:enabled=&amp;gt;true});
}&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://developer.garmin.com/connect-iq/api-docs/Toybox/WatchUi/BehaviorDelegate.html#onActionMenu-instance_function"&gt;BehaviorDelegate.onActionView()&lt;/a&gt; will trigger when your view has the action menu indicator enabled. See&amp;nbsp;the &lt;a href="https://developer.garmin.com/connect-iq/personality-library/action-views/"&gt;personality library&lt;/a&gt;&amp;nbsp;for updated code on support.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You will need Connect IQ SDK 8.1.1 and the v&amp;iacute;voactive 6 device configuration from the Connect IQ SDK manager. Get them both and add support for your app today!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2526&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/Connect%2bIQ%2bDevelopers">Connect IQ Developers</category><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/sdk%2bmanager">sdk manager</category><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/new%2bdevices">new devices</category></item><item><title>Connect IQ SDK 8.1.0 Now Available!</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/connect-iq-sdk-8-1-0-now-available</link><pubDate>Tue, 04 Mar 2025 15:00:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:a89f4eff-038d-4695-a23a-69856e84856f</guid><dc:creator>AlphaMonkeyC</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;System 8 is here!&amp;nbsp;&lt;span&gt;We&amp;rsquo;ve added several tools and features to make it easier for you to create more exciting and powerful apps.&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=garmin.monkey-c"&gt;New Visual Studio Code extension&lt;/a&gt; with real-time warnings and exceptions, autocompletion, find all references, folding ranges, and more.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.garmin.com/connect-iq/core-topics/editing-watch-faces-on-device/"&gt;Integrate with the native watch face editor&lt;/a&gt; on&amp;nbsp;&lt;span&gt;fēnix 8 series and tactix&amp;reg; 8 series.&amp;nbsp;You can add support for the native watch face editor using the watch face configuration API.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="https://developer.garmin.com/connect-iq/monkey-c/annotations/"&gt;Extended code space&lt;/a&gt; that is paged in during runtime on demand. For supported devices, this provides 16 megabytes of code space beyond what is loaded into the heap.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Support for &lt;a href="https://developer.garmin.com/connect-iq/core-topics/pairing-wireless-devices/"&gt;the native pairing flow&lt;/a&gt; that allows you to have your Connect IQ app pair as part of the device&amp;rsquo;s sensor paring UI flow.&lt;/li&gt;
&lt;li&gt;A &lt;a href="https://developer.garmin.com/connect-iq/api-docs/Toybox/Notifications.html"&gt;new notifications API&lt;/a&gt; to provide the user with additional information while in the background.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;You can get the System 8 SDK and updated device configurations&amp;nbsp;&lt;/span&gt;&lt;span&gt;using the&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.garmin.com/connect-iq/overview/"&gt;Connect IQ SDK manager&lt;/a&gt;&lt;span&gt;. Make sure to get the latest&amp;nbsp;&lt;/span&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=garmin.monkey-c"&gt;Monkey C extension for Visual Studio Code&lt;/a&gt;&amp;nbsp;as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2492&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/system8">system8</category><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/connect%2biq%2bsdk">connect iq sdk</category></item><item><title>Trader Verification now Required</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/trader-verification-now-required</link><pubDate>Mon, 17 Feb 2025 15:00:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:f07828c4-cfce-4341-911e-15d32f10f96f</guid><dc:creator>AlphaMonkeyC</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;In December,&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a class="c-link" href="https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/trader-verification" rel="noopener noreferrer" target="_blank"&gt;we announced&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;important changes to the Connect IQ store regarding trader verification. As of today, apps that require payment will be hidden from the Connect IQ store until trader verification is completed. If any of your apps that require payment are now hidden from the store,&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a class="c-link" href="https://apps.garmin.com/dsa" rel="noopener noreferrer" target="_blank"&gt;please complete the trader verification process&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;as soon as possible. Please note that document review may take several business days. During this time, your access to certain platform features will be restricted until the verification process is complete.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2475&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/TRADER%2bVERIFICATION">TRADER VERIFICATION</category></item><item><title>System 8 Beta Now Available</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/system-8-beta-now-available</link><pubDate>Tue, 07 Jan 2025 15:06:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:438b81b1-b729-4ad8-be51-f8ab3ab6ebb6</guid><dc:creator>AlphaMonkeyC</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Welcome to System 8! We&amp;rsquo;ve added several tools and features to make it easier for you to create more exciting and powerful apps.&lt;/p&gt;
&lt;h2&gt;New Visual Studio Code Extension&lt;/h2&gt;
&lt;p&gt;This Monkey C extension offers several features, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Real-Time Errors and Warnings &amp;ndash;&lt;/strong&gt; These will display when editing Monkey C, Jungle, Settings, MSS and Resource XML files. Any reported errors or warnings will display in the Problems tab.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Autocompletion &amp;ndash;&lt;/strong&gt; When editing Monkey C, Jungle and MSS files, autocompletion suggestions will be based on the detected scope. In the Monkey C editor, you can autocomplete functions with argument and type information by autocompleting the function keyword in a class or module.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;References &amp;ndash;&lt;/strong&gt; You can find all references of a variable, symbol, function, class or module by right-clicking on it and selecting &amp;ldquo;Find all References&amp;rdquo; from the context menu. You can also search for a symbol in the document by summoning the command palette and typing &lt;em&gt;@symbol name&lt;/em&gt; or search the entire workspace by summoning the command palette and typing &lt;em&gt;#symbol name&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hovering &amp;ndash; &lt;/strong&gt;See type information about a variable, function name, class or module by hovering the mouse over the symbol in question.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Go to Definition &amp;ndash;&lt;/strong&gt; You can jump to the definition of any variable, symbol, resource ID, function, class or module by selecting &amp;ldquo;Go to Definition&amp;rdquo; from the context menu.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Folding Ranges &amp;ndash; &lt;/strong&gt;Comments, imports and regions of code can now be folded.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To use these features, your project needs to have a type check level of gradual or higher.&lt;/p&gt;
&lt;h2&gt;Watch Face Configurations&lt;/h2&gt;
&lt;p&gt;The fēnix 8 and newer wearables have an on-device watch face editor. The watch face editor allows users to take the one of the product faces, configure it and save the configuration as a new face in their watch face list.&lt;/p&gt;
&lt;p&gt;You can add support for the native watch face editor using the watch face configuration API. Watch face configurations have three primary variables:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Styles&lt;/strong&gt; - A watch face is allowed to have stylistic variations, such as different font configurations or watch hands.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data&lt;/strong&gt; - Watch faces may have multiple complications. Each complication can be configured independently.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data Color&lt;/strong&gt; - Watch faces can define multiple selectable color options. Data colors allow the user to pick a color for data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Accent Color&lt;/strong&gt; &amp;ndash; Watch faces are allowed a color as a configurable accent.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The user is allowed to create up to four configurations of a Connect IQ watch face on the device.&lt;/p&gt;
&lt;h2&gt;Extended Code Space&lt;/h2&gt;
&lt;p&gt;Sometimes optimization is not enough for squeezing extra functionality into your app.&amp;nbsp;For devices that support System 8, developers can take advantage of extended code space. Code in this extended space is paged in during runtime on demand. For supported devices, this provides 16 megabytes of code space beyond what is loaded into the heap.&lt;/p&gt;
&lt;p&gt;Functions, classes and modules decorated with the &lt;code&gt;:extendedCode&lt;/code&gt; annotation will be placed in the extended code space. When building supported products, the compiler will move those functions into extended code space.&lt;/p&gt;
&lt;h2&gt;Sensor Pairing&lt;/h2&gt;
&lt;p&gt;If your device application or data field communicates wirelessly with a sensor or peripheral using ANT, ANT plus, or Bluetooth Low Energy (BLE), then you will need to implement a pairing process. Connect IQ allows you to implement a &lt;code&gt;Sensors.SensorDelegate&lt;/code&gt; that allows you to have your device pair as part of the device&amp;rsquo;s sensor paring UI flow. See the &lt;code&gt;Sensors.SensorDelegate&lt;/code&gt; class&amp;nbsp;in the API docs for details.&lt;/p&gt;
&lt;h2&gt;Notifications&lt;/h2&gt;
&lt;p&gt;There are instances where your app may want to provide the user with additional information while in the background. This may be from a temporal event, handling of a phone message or some other trigger.&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;Notifications&lt;/code&gt; module, which requires the notification permission, allows background services to trigger actionable notifications on the device.&lt;/p&gt;
&lt;h2&gt;Try It Today&lt;/h2&gt;
&lt;p&gt;You can get the System 8 beta SDK and the &lt;code&gt;system8preview&lt;/code&gt; device using the &lt;a href="https://developer.garmin.com/connect-iq/overview/"&gt;Connect IQ SDK manager&lt;/a&gt;. Make sure to get the latest &lt;a href="https://marketplace.visualstudio.com/items?itemName=garmin.monkey-c"&gt;Monkey C extension for Visual Studio Code&lt;/a&gt;, and &lt;a href="https://support.garmin.com/en-US/?faq=bVo5U5BV292BSr2gkZhY2A"&gt;sign up to be a beta tester&lt;/a&gt; to get the System 8 public beta for your device in the coming weeks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2414&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/system8">system8</category><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/connectiq">connectiq</category></item><item><title>Trader Verification</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/trader-verification</link><pubDate>Mon, 23 Dec 2024 21:16:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:951f46c0-8409-4d7d-afc8-db3388fe9d01</guid><dc:creator>AlphaMonkeyC</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;To comply with the European Union&amp;#39;s Digital Services Act (DSA), all Connect IQ developers are required to submit specific information. Here&amp;#39;s what you need to know:&lt;/p&gt;
&lt;h2 id="mcetoc_1ihnrsan30"&gt;Are You Asking for Money?&lt;/h2&gt;
&lt;p&gt;Does your app require or request a monetary exchange? This could be requiring payment for use, requiring a subscription to use or asking the user for tips or donations even if it isn&amp;rsquo;t required for use. If the answer to all these questions is &amp;ldquo;No,&amp;rdquo; then we do not require you to verify as a trader.&lt;/p&gt;
&lt;p&gt;If at any point in the future that might change, please continue reading.&lt;/p&gt;
&lt;h2 id="mcetoc_1ihnrsan31"&gt;Verifying Your Identity&lt;/h2&gt;
&lt;p&gt;As part of the process, we need to confirm whether you qualify as a &amp;quot;trader&amp;quot; under the DSA. &amp;nbsp;If you collect any payments, including tips, for the use of your apps, then you meet the qualifications of a trader. You will be asked a series of questions to determine your status, including whether you operate as a business or an individual, and whether your activities on the platform are commercial in nature.&lt;/p&gt;
&lt;p&gt;You will be asked to provide documents that verify your identity, such as a government-issued ID, proof of address, DUNS number or other relevant documentation.&lt;/p&gt;
&lt;p&gt;You can also register as a trader by going through Connect IQ merchant onboarding. This will allow you to list apps for sale and be paid through the Connect IQ monetization system.&lt;/p&gt;
&lt;h2 id="mcetoc_1ihnrsan32"&gt;Failure to Comply&lt;/h2&gt;
&lt;p&gt;If you are not registered as a trader with the Connect IQ store, apps that require payment will be blocked from the Connect IQ store until verification is completed. Failing to list an app as requiring payment can result in suspension of your developer account.&lt;/p&gt;
&lt;h2 id="mcetoc_1iislmhfu0"&gt;Start the Process&lt;/h2&gt;
&lt;p id="mcetoc_1ihnrsan33"&gt;&lt;a href="https://apps.garmin.com/dsa"&gt;Click here&lt;/a&gt; to begin your verification. Please note that document review may take several business days. During this time, your access to certain platform features will be restricted until the verification process is complete.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2404&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/Digital%2bServices%2bAct">Digital Services Act</category></item><item><title>Sales Reports</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/sales-reports</link><pubDate>Thu, 29 Aug 2024 22:14:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:5f27e820-13ed-492f-8f7e-e0b118ef340c</guid><dc:creator>AlphaMonkeyC</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;img alt=" " src="https://forums.garmin.com/resized-image/__size/640x480/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-01/pastedimage1724967984972v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;Attention monetized developers: sales reports are now available in the&amp;nbsp;merchant account section of the developer dashboard. Use the&amp;nbsp;&lt;span class="emoticon" data-url="https://forums.garmin.com/cfs-file/__key/system/emoji/2795.svg" title="Heavy plus sign"&gt;&amp;#x2795;&lt;/span&gt;&amp;nbsp;button to enter the date range being requested. You will receive an email when the sales report is ready.&lt;/p&gt;
&lt;p&gt;Get your &lt;a href="https://apps.garmin.com/developer/dashboard?dashboardTab=2&amp;amp;merchantDashboard=documents"&gt;sales report &lt;/a&gt;today.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2240&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/monetization">monetization</category></item><item><title>fēnix  8 Series and Enduro  3 Available on Connect IQ SDK Manager</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/fenix-8-and-enduro-3-available-on-connect-iq-sdk-manager</link><pubDate>Tue, 27 Aug 2024 14:00:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:8a5d9275-2ae7-4183-a108-56108dcc4e26</guid><dc:creator>AlphaMonkeyC</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Be limitless. The fēnix&lt;sup&gt;&amp;reg;&lt;/sup&gt; 8 multisport GPS smartwatch is built for serious athletes and outdoor adventurers who want to push beyond their limits. It features a 1.3&amp;rdquo; solar charged display with scratch-resistant sapphire lens, durable titanium bezel and advanced strength training plans and targeted workouts to boost your body&amp;rsquo;s stamina and performance. Pair with your smartphone for on-wrist calling with the built-in speaker and mic. Plus, there&amp;rsquo;s a powerful built-in LED flashlight for after-dark visibility. Go strong with solar power that extends battery life up to 92 hours in GPS mode (assumes&amp;nbsp;continuous use for entire period in 50,000 lux conditions).&lt;/p&gt;
&lt;p&gt;You&amp;rsquo;re built to push limits &amp;mdash; so is Enduro&lt;span class="emoticon" data-url="https://forums.garmin.com/cfs-file/__key/system/emoji/2122.svg" title="Tm"&gt;&amp;#x2122;&lt;/span&gt;&amp;nbsp;3. This ultraperformance GPS smartwatch is built for the toughest challenges with a lightweight design that&amp;rsquo;s ready for heavy use. Take on the world with incredible battery life, including solar charging that lasts up to 320 hours in GPS mode (assumes continuous use for entire period in 50,000 lux conditions). Light up the dark with the built-in LED flashlight, and enjoy long-distance comfort, thanks to a lightweight UltraFit nylon band. While preloaded TopoActive maps are optimized for outdoor activities to help keep you on course. For ultra-endurance athletes who are ready to conquer their wildest dreams, Enduro 3 is the smartwatch for you.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The fēnix&lt;/span&gt;&lt;span&gt;&amp;nbsp;8 series,&amp;nbsp;fēnix E series, and&amp;nbsp;Enduro&amp;nbsp;3 are now available in the Connect IQ SDK Manager.&amp;nbsp;Update&amp;nbsp;your apps today.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2233&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/Connect%2bIQ">Connect IQ</category><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/new%2bdevices">new devices</category></item><item><title>Monetizing your Apps</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/monetizing-your-apps</link><pubDate>Tue, 06 Aug 2024 13:00:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:610a4cb2-e2b2-435f-b810-8b53c7959a0f</guid><dc:creator>AlphaMonkeyC</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=lr8dpSc9f3w"&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can now monetize your apps in the Connect IQ&lt;span class="emoticon" data-url="https://forums.garmin.com/cfs-file/__key/system/emoji/2122.svg" title="Tm"&gt;&amp;#x2122;&lt;/span&gt;&amp;nbsp;Store.&lt;/p&gt;
&lt;p&gt;Watch the webinar, &lt;a href="https://developer.garmin.com/connect-iq/monetization/"&gt;read the documentation&lt;/a&gt; and get all the details &amp;mdash; then it&amp;rsquo;ll be time to get to work. When you&amp;#39;re done, &lt;a href="https://www.garmin.com/en-US/forms/ciq-dev-marketing-request/"&gt;tell us about what you made&lt;/a&gt;. Happy coding!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2208&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/Connect%2bIQ">Connect IQ</category><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/monetization">monetization</category></item><item><title>Connect IQ SDK 7.1.0 is Now Available</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/connect-iq-sdk-7-1-0-is-now-available</link><pubDate>Tue, 02 Apr 2024 13:00:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:e19c57a5-ae11-4351-b327-0244fd1d617b</guid><dc:creator>AlphaMonkeyC</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Connect IQ System 7 is here! This release is the first that allows you to publish apps that support the new System 7 features&amp;nbsp;including improved code space density, new rules for communication in data fields, and the new Tuples type in Monkey C. You can read about &lt;a href="https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/welcome-to-system-7"&gt;the changes here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;System 7 APIs are available in the following devices:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;D2 Mach 1&lt;/li&gt;
&lt;li&gt;Edge&amp;reg; 1040 Series&lt;/li&gt;
&lt;li&gt;Edge 540&lt;/li&gt;
&lt;li&gt;Edge 840&lt;/li&gt;
&lt;li&gt;Epix&lt;span class="emoticon" data-url="https://forums.garmin.com/cfs-file/__key/system/emoji/2122.svg" title="Tm"&gt;&amp;#x2122;&lt;/span&gt;&amp;nbsp;(Gen 2) Series&lt;/li&gt;
&lt;li&gt;Epix (Gen 2) Pro Series&lt;/li&gt;
&lt;li&gt;Enduro 2 Series&lt;/li&gt;
&lt;li&gt;fēnix&amp;reg; 7 Series&lt;/li&gt;
&lt;li&gt;&lt;span&gt;fēnix&lt;/span&gt; 7 Pro Series&lt;/li&gt;
&lt;li&gt;MARQ 2 Series&lt;/li&gt;
&lt;li&gt;Forerunner 165 series&lt;/li&gt;
&lt;li&gt;Forerunner&amp;reg; 255 series&lt;/li&gt;
&lt;li&gt;Forerunner 265 series&lt;/li&gt;
&lt;li&gt;Forerunner 955 series&lt;/li&gt;
&lt;li&gt;Forerunner 965&lt;/li&gt;
&lt;li&gt;Venu&amp;reg; 3&lt;/li&gt;
&lt;li&gt;Vivoactive&amp;reg; 5&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Venu 2 series, Venu 2 Plus, and Venu Sq 2 Series will be getting API 5.0.0 in a future update. Get the Connect IQ 7.1.0 SDK from &lt;a href="https://developer.garmin.com/connect-iq/sdk/"&gt;the SDK Manager today&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=2024&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/system%2b7">system 7</category><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/connect%2biq%2bsdk">connect iq sdk</category></item><item><title>Forerunner  165 Now Available on Connect IQ SDK Manager</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/forerunner-165-now-available-on-connect-iq-sdk-manager</link><pubDate>Wed, 21 Feb 2024 14:26:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:e77d3bff-51a3-44a8-acc5-e7b6715a5717</guid><dc:creator>AlphaMonkeyC</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;Go ahead &amp;mdash; sign up for that race, and train brilliantly with the easy-to-use Forerunner&amp;reg; 165 GPS running smartwatch. With pace, distance and heart rate, you&amp;rsquo;ll see your progress shine on the watch&amp;rsquo;s AMOLED touchscreen display while Garmin Coach and race adaptive training plans help you chase your goals.&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Find the Forerunner 165 device configuration on the &lt;/span&gt;&lt;a href="https://developer.garmin.com/connect-iq/sdk/"&gt;&lt;span&gt;Connect IQ SDK manager&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. Update your apps today.&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=1976&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/Connect%2bIQ">Connect IQ</category><category domain="https://forums.garmin.com/developer/connect-iq/b/news-announcements/archive/tags/sdk%2bmanager">sdk manager</category></item><item><title>Developer Verification Begins in February</title><link>https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/developer-verification-begins-in-february</link><pubDate>Thu, 15 Feb 2024 16:00:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:0f410fc2-ab01-409c-a775-fe234f490570</guid><dc:creator>AlphaMonkeyC</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Starting in February 2024, developers submitting apps for the first time who want to have their apps visible in the &lt;a href="https://www.efta.int/eea"&gt;European Economic Area&lt;/a&gt;&amp;nbsp;will need to verify their identity with Garmin. These steps are necessary to satisfy the legal requirements in some European nations. You can read the latest info about this on the &lt;a href="https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/trader-verification"&gt;Trader Verification&lt;/a&gt; post.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After you are approved, we will display some additional information beside in your app listing per &lt;a href="https://commission.europa.eu/strategy-and-policy/priorities-2019-2024/europe-fit-digital-age/digital-services-act_en"&gt;EEA legal requirements&lt;/a&gt;:&lt;/p&gt;
&lt;p style="font-weight:400;"&gt;For companies:&lt;/p&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;Company Name&lt;/li&gt;
&lt;li&gt;Phone #&lt;/li&gt;
&lt;li&gt;Support Email Address&lt;/li&gt;
&lt;li&gt;Full Address&lt;/li&gt;
&lt;li&gt;DUNS #&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="font-weight:400;"&gt;For individual&amp;nbsp;developers:&lt;/p&gt;
&lt;ul style="font-weight:400;"&gt;
&lt;li&gt;Support Email Address&lt;/li&gt;
&lt;li&gt;City/State/Country&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://forums.garmin.com/aggbug?PostID=1963&amp;AppID=1&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>