This space is specifically for Connect IQ bug reports. Please review the Connect IQ Bug Reports FAQ before reporting a bug to be sure you have the information needed for Garmin to investigate the bug you wish to report. 

  • Simulator 4.2.x crashes on Linux

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    The simulator in SDK 4.1.7 and earlier work on my Linux computer The simulator in SDK 4.2.1 to 4.2.3 crashes: 11:48:46: Debug: SetLayout Thread 1 "simulator" received signal SIGBUS, Bus error. Backtrace in gdb give the following: #0 0x0000555555849b11...
    • Jun 2, 2023 10:04 AM
  • bug: app trials documentation page has invalid example OR simulator bug

    • Acknowledged on Feb 20, 2025
    • 4 Comments
    On this page: https://developer.garmin.com/connect-iq/core-topics/trial-apps/ there's an example manifest: See in 1st comment, can't post here however this example is invalid or probably more precisely misleading, because it won't work with any...
    • Mar 5, 2023 1:10 AM
  • Gym workouts more streamlined suggestion and bug report

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    When going to the gym for a workout and choosing “free”, you should be able to select what exercise you do at the gym instead of just the reps and the weight. Perhaps you can favourite some exercises to make the list smaller. This way, it’ll make it...
    • Feb 10, 2023 11:23 PM
  • mistakes in the documentation of the ProgressBar

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    I believe the are some mistakes in this documentation: https://developer.garmin.com/connect-iq/api-docs/Toybox/WatchUi/ProgressBar.html In multiple places it mentions `Ui.` but I think it should be `WatchUi` e.g. class MyProgressDelegate extends...
    • Mar 13, 2023 4:29 AM
  • The gesture doesn't switch the light on

    • Acknowledged on Mar 18, 2025
    • 24 Comments
    The gesture in the stock widgets switch the light on but not in CIQ widgets.
    • Mar 15, 2025 3:01 PM
  • UserProfile API returning incorrect sleepTime

    • Acknowledged on Aug 5, 2024
    • 12 Comments
    I'm trying to get the user specified sleep time with the call: var time = UserProfile.getProfile.sleepTime; Unfortunately, the value returned does not match what is set on my Venu3. If I set the sleep time to 12:00AM this API returns a Time.Duration...
    • Aug 2, 2024 6:28 PM
  • Forerunner 965's whole screen is shifted at custom Data Fields.

    • Acknowledged on Aug 14, 2024
    • 9 Comments
    Hello! Forerunner 965's whole screen is shifted at custom data field. There is a black rim at top and left side. I tested it with multiple data fields, all had this bug. In simulator this bug doesn't exist, just on real device. I couldn't upload...
    • Aug 12, 2024 8:13 PM
  • Compiler warns about deprecated symbol even when building for device where symbol is not deprecated

    • Acknowledged on Mar 24, 2025
    • 0 Comments
    e.g. // in entry point class that extends appbase var val; if (Toybox.Application has :Properties) { // ciq >= 2.4.0 val = Application.Properties.getValue("foo"); } else { // ciq < 2.4.0 val = AppBase.getProperty("foo"); // compiler warns that AppBase...
    • Mar 24, 2025 3:50 PM
  • Connect IQ site: irrelevant search

    • Acknowledged on Feb 20, 2025
    • 5 Comments
    Hello, Cannot find with the simple search string the app "My App" from Stanislav Bures. Connect IQ app shows the same irrelevant results. The same is for any other searches. Totally broken. No filter. No possibility to specify developer name...
    • Dec 4, 2022 12:16 PM
  • Connect IQ non-API docs: make anchor links available for document sections

    • Acknowledged on Mar 19, 2025
    • 0 Comments
    Background: - most, if not all, of the document sections in the CIQ non-API docs ( https://developer.garmin.com/connect-iq ) have IDs which are clearly suited for anchor links, as seen by inspecting the DOM / source. e.g. https://developer.garmin.com...
    • Mar 19, 2025 1:00 PM