<?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/"><channel><title>Connect IQ</title><link>https://forums.garmin.com/developer/connect-iq/</link><description>The central hub for the Connect IQ Developer Community.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><item><title>The type checker doesn't handle loops correctly</title><link>https://forums.garmin.com/developer/connect-iq/i/bug-reports/the-type-checker-doesn-t-handle-loops-correctly</link><pubDate>Fri, 04 Sep 2026 17:22:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:645c6564-16ba-480f-be85-d6dc4f1b57c8</guid><dc:creator>markw65</dc:creator><description>In the following, the if is clearly not unreachable, except on the first iteration of the loop: In the following, there is no warning that x may be null, even though its guaranteed to be null on the second and later iterations of the loop: Note that if I unroll the loop, the type checker correctly identifies the problem: I see this behavior in sdk-9.2.0 and all the way back to at least 7.4.3</description><category domain="https://forums.garmin.com/developer/connect-iq/tags/Connect%2bIQ%2bDevelopers">Connect IQ Developers</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/sdk">sdk</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/bug">bug</category></item><item><title>Forum Post: RE: Big update to prettier-extension-monkeyc</title><link>https://forums.garmin.com/developer/connect-iq/f/discussion/294852/big-update-to-prettier-extension-monkeyc/2060182</link><pubDate>Fri, 04 Sep 2026 16:57:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:2b2e631b-3c8a-479b-849f-6d4b25e0e524</guid><dc:creator>markw65</dc:creator><description>v2.0.136 is out Huge improvement to sizeBasedPRE as a result of fixing https://github.com/markw65/monkeyc-optimizer/issues/94 Adds warnings for x.y if x could be null. Fixes an XML parsing issue resulting in lots of missing symbol errors if the XML file began with a UTF BOM character. Adds preserveNullAssignments option so that the dead store optimization won&amp;#39;t kill a store of null that was supposed to free some memory prior to a big allocation. Adds a cost model for sizeBasedPRE so that it doesn&amp;#39;t put constants in variables when compiling for devices where it doesn&amp;#39;t help (note that the post build optimizer would usually have fixed this anyway). Fixes some minor nits when running in a vscode-server Changes the default for prettierMonkeyC.openDocumentLinks to &amp;quot;side&amp;quot; so that documentation links will open in VSCode alongside your code by default, rather than in an external browser. Set it to &amp;quot;browser&amp;quot; to get the old behavior back.</description></item><item><title>Forum Post: WatchFace: QuantifyHUD</title><link>https://forums.garmin.com/developer/connect-iq/f/showcase/443426/watchface-quantifyhud</link><pubDate>Fri, 04 Sep 2026 16:18:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:0aaaf4bc-0644-4954-952a-b01b0568fcdd</guid><dc:creator>jiubao</dc:creator><description>Welcome to QuantifyHUD. Designed specifically for data lovers and the &amp;quot;Quantified Self&amp;quot; community, this watch face transforms your Garmin into a high-tech, tactical Heads-Up Display (HUD). Get every crucial metric you need at a single glance, without compromising your battery life. Key Features: ❤ ️ Health &amp;amp; Vitals: Real-time Heart Rate with a live dynamic trend graph, Resting HR, VO2 Max, Stress Level, and Body Battery. Activity Tracking: Steps progress bar, unique 7-day historical Calories bar chart, Active Minutes, Floors Climbed, Distance, and an at-a-glance Training Status color-block indicator. ☀ ️ Solar &amp;amp; Astronomy: Features a highly complex, real-time Solar Trajectory Arc calculating the exact sun elevation angle, Sunrise/Sunset times, precise Moon Phase, and a countdown to the next Full Moon. ️ Weather &amp;amp; Environment: Dynamic day/night weather conditions, High/Low Temperatures, Wind Speed &amp;amp; Direction, Barometric Pressure, and Altitude. ⚙ ️ System &amp;amp; Design: Edge-screen progress arcs for quick goal tracking (Active Minutes, Body Battery, Floors, Calories), Battery level indicator, and Bluetooth status. ⚡ Geek-Level Optimization (Under the Hood): Behind the massive amount of data on your screen lies a heavily optimized engine. QuantifyHUD uses advanced algorithmic caching for complex solar/astronomical calculations and strict memory management for the HR trend arrays. The result? A data-watch face that is incredibly smooth and surprisingly battery-efficient.</description><category domain="https://forums.garmin.com/developer/connect-iq/tags/watchface">watchface</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/Connect%2bIQ">Connect IQ</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/watch%2bface">watch face</category></item><item><title>Forum Post: Reckoner: a Garmin strength training app that manages your progression</title><link>https://forums.garmin.com/developer/connect-iq/f/showcase/443425/reckoner-a-garmin-strength-training-app-that-manages-your-progression</link><pubDate>Fri, 04 Sep 2026 16:09:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:b2a896a3-a6b5-4622-a5f3-7c4ab10aa26a</guid><dc:creator>jpcams</dc:creator><description>About a month ago I posted Reckoner here looking for the first group of lifters willing to test it. A lot has changed since then. Reckoner is now at the point where I am less interested in asking people to test an experiment and more comfortable simply saying this: if you strength train with a Garmin and want your watch to do more than record sets and reps, give it a try. The idea behind Reckoner is pretty simple. You do your strength training from the watch, rate how hard each working set felt, and Reckoner uses that to work out what should happen next. Add weight, hold where you are, or back off when you need it. Your next session then shows up on your Garmin without having to keep rebuilding workouts every time your weights or reps change. When you finish, the workout syncs into Garmin Connect as a proper strength activity and back into Reckoner so the progression continues. Since my first post here, most of the work has been around making that experience feel less like an early app and more like something I actually want to use every time I train. Started sessions are now handled properly, warmup progression has been cleaned up, assisted pullups now adjust in the right direction, editing weight, reps and time on the watch is much clearer, and we have continued expanding compatibility across Garmin devices. There have also been a lot of smaller changes that are difficult to make sound exciting in release notes, but make a big difference when you are standing in the gym trying to get through a workout without fighting your watch. The next bigger piece we are working on is saving and resuming a session, so getting interrupted halfway through a workout does not mean starting over. The goal is still the same as when I started building this: make Garmin genuinely useful for progressive strength training, not just a place to store what you already did. If you are looking for a Garmin strength training app, weightlifting app, or just a better way to manage progression from your watch, you can get started here: https://reckoner.fit Get the app: https://apps.garmin.com/apps/b36a2543-11b8-460d-b9a9-53ddd25a00d8?tid=0 Feedback is still very welcome, especially from anyone who has tried to run a progressive lifting program using Garmin&amp;#39;s built in strength training tools.</description><category domain="https://forums.garmin.com/developer/connect-iq/tags/Lift">Lift</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/strength">strength</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/forerunner">forerunner</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/Connect%2bIQ">Connect IQ</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/fenix%2b8">fenix 8</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/epix">epix</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/app">app</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/workout">workout</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/Marq">Marq</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/fenix">fenix</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/strength%2btraining">strength training</category></item><item><title>Forum Post: RE: PowerField - comments, questions, and suggestions welcomed.</title><link>https://forums.garmin.com/developer/connect-iq/f/showcase/5957/powerfield---comments-questions-and-suggestions-welcomed/2060133</link><pubDate>Fri, 04 Sep 2026 15:11:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:2ae176f1-bd17-49c2-85a3-6b19fcec68de</guid><dc:creator>3035328</dc:creator><description>sdf</description></item><item><title>Forum Post: RE: Watchface: Glance</title><link>https://forums.garmin.com/developer/connect-iq/f/showcase/279043/watchface-glance/2060126</link><pubDate>Fri, 04 Sep 2026 14:45:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:f6ec2194-08f6-4e18-a8bb-56190f996807</guid><dc:creator>5802243</dc:creator><description>A shame! No worries thanks for the response</description></item><item><title>Forum Post: RE: Watchface: Glance</title><link>https://forums.garmin.com/developer/connect-iq/f/showcase/279043/watchface-glance/2060125</link><pubDate>Fri, 04 Sep 2026 14:41:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:77343b2f-db0e-461c-aec7-a10ff4044621</guid><dc:creator>MobileDriveway</dc:creator><description>[quote userid=&amp;quot;620694&amp;quot; url=&amp;quot;~/developer/connect-iq/f/showcase/279043/watchface-glance/2060059&amp;quot;]Love the watch face, could we have Training Readiness option added to the selectable data fields for Glance Pro?[/quote] Unfortunately Garmin doesn&amp;#39;t provide Training Readiness to 3rd party apps.</description></item><item><title>Forum Post: Developer Account Pending for Over 5 Business Days</title><link>https://forums.garmin.com/developer/connect-iq/f/connect-iq-web-store/443415/developer-account-pending-for-over-5-business-days</link><pubDate>Fri, 04 Sep 2026 14:31:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:f899c06b-4e05-4471-848d-e87882e7ef57</guid><dc:creator>3859589</dc:creator><description>Hi, My developer account has been pending review for over 4 business days after completing identity verification. Could someone from Garmin please check the status? Registered email: [acidoean@gmail.com] Thank you.</description></item><item><title>Forum Post: RE: PSX-7 BarNote</title><link>https://forums.garmin.com/developer/connect-iq/f/showcase/326352/psx-7-barnote/2060079</link><pubDate>Fri, 04 Sep 2026 10:20:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:4a512392-326e-412e-9b02-fbed8a355e31</guid><dc:creator>Vlado</dc:creator><description>Meanwhile I already wrote my own widget and am using it for 2 weeks already. :D</description></item><item><title>Forum Post: Watch Face: Arcline — a hybrid watch face with one daily goal</title><link>https://forums.garmin.com/developer/connect-iq/f/showcase/443405/watch-face-arcline-a-hybrid-watch-face-with-one-daily-goal</link><pubDate>Fri, 04 Sep 2026 09:49:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:115ec8a2-1151-4add-ade1-ac074e052c09</guid><dc:creator>5450294</dc:creator><description>Hi everyone! I just published my first watch face and wanted to share it here. Feel free to install it and try it out — it&amp;#39;s free. The idea was simple: a hybrid analog/digital face with a single daily goal arc and a few bright palettes. I wanted something I could read at a glance without a lot of data on screen. It&amp;#39;s my first Connect IQ project, so I&amp;#39;d really appreciate any feedback — design, readability, device support, anything you notice. Link: https://apps.garmin.com/apps/1d4065a5-7681-4aef-8679-1cd84ba69c72 Thanks!</description><category domain="https://forums.garmin.com/developer/connect-iq/tags/hybrid">hybrid</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/analog_2F00_digital">analog/digital</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/analog%2bwatch%2bfaces">analog watch faces</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/goal">goal</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/AMOLED">AMOLED</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/digital%2bwatch">digital watch</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/simple%2bwatch">simple watch</category></item><item><title>Forum Post: [new] Arcline: a hybrid watch face with one daily goal</title><link>https://forums.garmin.com/developer/connect-iq/f/showcase/443404/new-arcline-a-hybrid-watch-face-with-one-daily-goal</link><pubDate>Fri, 04 Sep 2026 09:44:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:99c5748f-6a57-4106-a154-434c2dcec8dc</guid><dc:creator>5450294</dc:creator><description>Hi everyone! I just published my first watch face and wanted to share it here. Feel free to install it and try it out — it&amp;#39;s free. The idea was simple: a hybrid analog/digital face with a single daily goal arc and a few bright palettes. I wanted something I could read at a glance without a lot of data on screen. It&amp;#39;s my first Connect IQ project, so I&amp;#39;d really appreciate any feedback — design, readability, device support, anything you notice. Link: https://apps.garmin.com/apps/1d4065a5-7681-4aef-8679-1cd84ba69c72 Thanks!</description></item><item><title>Forum Post: RE: Watchface: Glance</title><link>https://forums.garmin.com/developer/connect-iq/f/showcase/279043/watchface-glance/2060059</link><pubDate>Fri, 04 Sep 2026 08:26:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:de8f900c-4de7-4eee-af08-843cbba57660</guid><dc:creator>5802243</dc:creator><description>Love the watch face, could we have Training Readiness option added to the selectable data fields for Glance Pro?</description></item><item><title>Change Password to Garmin account returns a blank page with a tag of 'that was unexpected'</title><link>https://forums.garmin.com/developer/connect-iq/i/bug-reports/change-password-to-garmin-account-returns-a-blank-page-with-a-tag-of-that-was-unexpected</link><pubDate>Fri, 04 Sep 2026 07:14:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:cc5e04ee-b4a3-4229-8dc8-32ee43f61856</guid><dc:creator>9142131</dc:creator><description>Using Windows 11 (with all latest updates) Using Chrome (v 152.0.7977.65 which has just been updated) The account I want to change the password to is a Developer only account and not linked to a watch In this forum, whilst logged in, I select my Profile picture and then Settings. I scroll down and select change password I then get a blank screen with the tab name showing that was unexpected Is anyone else having this issue? This is quite critical as Google / Android is telling me there has been a data breach. Is there another way to change my password?</description></item><item><title>Forum Post: RE: EDGE MapFields</title><link>https://forums.garmin.com/developer/connect-iq/f/showcase/327849/edge-mapfields/2060029</link><pubDate>Fri, 04 Sep 2026 06:49:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:50878b06-899f-4a6e-b486-91d680f09692</guid><dc:creator>emmeci85</dc:creator><description>thx</description></item><item><title>Forum Post: RE: EDGE MapFields</title><link>https://forums.garmin.com/developer/connect-iq/f/showcase/327849/edge-mapfields/2060027</link><pubDate>Fri, 04 Sep 2026 06:46:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:a1c2599c-6d95-431d-affb-a4b4d9509c1b</guid><dc:creator>mcinner1</dc:creator><description>Yes. Better to set the radar bar to the left screen side.</description></item><item><title>Forum Post: RE: Monetization: is there any path for a developer resident in Colombia? (and is the supported-country list current?)</title><link>https://forums.garmin.com/developer/connect-iq/f/connect-iq-web-store/443175/monetization-is-there-any-path-for-a-developer-resident-in-colombia-and-is-the-supported-country-list-current/2060003</link><pubDate>Fri, 04 Sep 2026 04:24:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:840c8ae8-afb6-4609-b39a-fffbfb4583c5</guid><dc:creator>6358344</dc:creator><description>@Brandon.ConnectIQ — sorry to tag you directly, but this thread has been up for three days with no replies and I cannot find the answer anywhere in the docs. Short version: I am an individual developer in Colombia with twelve free watch faces on the store (261 downloads, 15 reviews, all 5-star). I would like to publish two paid ones, but Colombia is not on the Merchant Onboarding list. The one thing I really need to know is question 2, because it is the only one that decides anything for me: if I set up a legal entity in a supported country but keep living in Colombia, does that qualify? The onboarding documentation asks an individual for proof of residential address and tax ID, so I cannot tell whether eligibility follows the entity or the person behind it. I am asking because the answer changes what I build next. If there is a route, I will do the paperwork. If there is not one, I will stop planning around it and keep publishing free — I would just rather know now than after paying the annual fee. Happy to be pointed at a page I have missed.</description></item><item><title>Forum Post: RE: Paid app: declared devices accepted at upload, then not listed. Is there a canonical monetization-supported device list?</title><link>https://forums.garmin.com/developer/connect-iq/f/connect-iq-web-store/442257/paid-app-declared-devices-accepted-at-upload-then-not-listed-is-there-a-canonical-monetization-supported-device-list/2059966</link><pubDate>Thu, 03 Sep 2026 23:31:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:2dbf1c62-0999-44e8-8bfa-85e29e1da5b2</guid><dc:creator>jim_m_58</dc:creator><description>I&amp;#39;m pretty sure that the only pre-ciq 4 devices that support Garmin Monitorization are the f6 pro That&amp;#39;s why the older devices don&amp;#39;t show.. If I recall, the app was rejected if devices that didn&amp;#39;t support monitorization were included. This could be a compromise where the app isn&amp;#39;t just rejected.</description></item><item><title>Forum Post: RE: Paid app: declared devices accepted at upload, then not listed. Is there a canonical monetization-supported device list?</title><link>https://forums.garmin.com/developer/connect-iq/f/connect-iq-web-store/442257/paid-app-declared-devices-accepted-at-upload-then-not-listed-is-there-a-canonical-monetization-supported-device-list/2059956</link><pubDate>Thu, 03 Sep 2026 22:46:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:5844a322-7c81-4bea-a15a-c9ec58521ec6</guid><dc:creator>Meridian</dc:creator><description>Thanks both. Not a build-stage drop here: minApiLevel is 3.4.0 and Monday&amp;#39;s release built 122 of 122 declared products, no warnings. They upload, the portal accepts them, and then some never appear on the storefront. The local tooling also looks okay: the same codebase ships as two listings, Garmin Pay and KiezelPay, same products declared, same API level. Garmin Pay sells 98. KiezelPay sells 118. Same manifest either way, so the filtering is server side and specific to the storefront. On the Garmin version, every CIQ 3.4 device I declared was refused on the paid listing except the fenix 6 Pro family, fr945lte included a couple of weeks ago. On Monday that listing accepted fenix 9 Pro at CIQ 6.0.3. So not a flat API cutoff, and I cannot find a published rule separating the two. We need a canonical monetization-supported list, or a warning at upload when a declared product will be excluded. Right now the only way to find out is to publish and diff compatibleDevicePartNumbers against what you declared.</description></item><item><title>Garmin daily weight data not displaying</title><link>https://forums.garmin.com/developer/connect-iq/i/bug-reports/garmin-daily-weight-data-not-displaying</link><pubDate>Thu, 03 Sep 2026 22:12:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:cec43cd9-d904-45f0-a8a6-414463a29651</guid><dc:creator>9240648</dc:creator><description>Issue: Garmin Connect Weight – 1D View Shows &amp;quot;No Weight Entered&amp;quot; My Garmin Index scale successfully syncs my daily weigh-ins to Garmin Connect. The data is visible in the 7D, 4W and 1Y views, including the individual measurements within those periods. However, selecting 1D (daily) displays &amp;quot;No weight entered&amp;quot; for every date, including historical dates where data was previously available. The issue occurs in both the Garmin Connect Android app and Garmin Connect Web . I have also force-closed/restarted the app, with no change. As the data is visible in the longer-term views, the scale appears to be syncing correctly. This appears to be an issue with the daily/detail Weight view or underlying Garmin Connect reporting . Please investigate.</description><category domain="https://forums.garmin.com/developer/connect-iq/tags/scales">scales</category><category domain="https://forums.garmin.com/developer/connect-iq/tags/weight">weight</category></item><item><title>ActivityRecording.Session.discard() does not work</title><link>https://forums.garmin.com/developer/connect-iq/i/bug-reports/activityrecording-session-discard-does-not-work</link><pubDate>Thu, 03 Sep 2026 17:20:00 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:b305ae31-f4c9-4f5b-957d-a1e8aeb771e3</guid><dc:creator>6419493</dc:creator><description>I modified the Record Sample to discard the recording instead of save, but the FIT file was still sent to my mobile Connect app.</description><category domain="https://forums.garmin.com/developer/connect-iq/tags/bug%2breport">bug report</category></item></channel></rss>