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. 

  • Course points don’t show up

    • Acknowledged on Feb 20, 2025
    • 2 Comments
    The course points in FIT files downloaded through IQ don’t show up unless the device is turned off and on. I’ve seen the issue with the 1030/1030+. And a user reported the same issue with an Epic watch.
    • Jan 7, 2023 9:09 AM
  • Please allow nativeNum FIT fields to override native fields in Garmin Connect

    • Acknowledged on Feb 20, 2025
    • 2 Comments
    Currently, nativeNum fields do not override native fields in Garmin Connect, which seems to defeat the purpose. This prevents apps from overriding distance, speed or power, for example. This feature has been requested for several years: [ https:...
    • Jan 7, 2023 5:09 AM
  • Issues with the type checker and covariant arguments

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    Given the following code: function testMenu1() as Menu2 { var menu = new CheckboxMenu({ :title => "My CheckboxMenu" }); unsafeAddItem(menu, new MenuItem("hello", null, :hello, null)); return menu; } function testMenu2() as Menu2 { var...
    • Jan 6, 2023 8:16 PM
  • Visual Studio Code and makeWebRequest and SDK 4.1.6+

    • Acknowledged on Feb 20, 2025
    • 9 Comments
    Hi, this does not work with SDK 4.1.6 and later in Visual Studio Code: Communications.makeWebRequest("https://api.openweathermap.org/data/2.5/weather", params, options, method(:onReceiveWeather)); Error: Invalid '$.Toybox.Lang.Method(responseCode...
    • Jan 6, 2023 10:59 AM
  • 955 sim - fonts are very different than on the real device

    • Acknowledged on Feb 20, 2025
    • 3 Comments
    Here's an example of my watchface in the SIM vs on a real device: I know the SIM is not 100% accurate (sadly) but here's it's really more than off... As you can see it's nearly impossible to style a watchface with the SIM if fonts are that off.....
    • Jan 5, 2023 12:27 PM
  • flashlight state don't show white correctly in the sim

    • Acknowledged on Feb 20, 2025
    • 2 Comments
    4.2.0 beta1 SDK and F7 System 6 Preview device. I have an app that turns on the flashlight, and I notices with FLASHLIGHT_COLOR_WHITE. nothing shows for the flashlight on the bottom line of the sim, while FLASHLIGHT_COLOR_GREEN and FLASHLIGHT_COLOR_RED...
    • Jan 4, 2023 5:12 PM
  • Daily suggested workout text cut off

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    On page two (estimated use) the 2nd training effect values are not readable. I use german language and I see: Vorauss. aerober TE: 2.5 Vorauss. anaerober TE: ... Device: Fenix 7s SW Version: 10.44
    • Jan 4, 2023 2:32 PM
  • Possible Bug in Connect IQ iPhone App with Setting Groups

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    With a recently uploaded watch face, I noticed that I couldn't save certain configurable settings on my iPhone that were inside a Settings Group. The phone app's "Save" button didn't provide a confirmation that these settings were saved. On the other...
    • Jan 4, 2023 2:28 AM
  • Position.enableLocations documentation has a bug in code example (causes device to crash)

    • Acknowledged on Feb 20, 2025
    • 7 Comments
    (See: https://forums.garmin.com/developer/connect-iq/f/discussion/319709/enable-location-bug-after-24-10-update ) The documentation at the following URL has a bug which causes a crash: [ https://developer.garmin.com/connect-iq/api-docs/Toybox/Position...
    • Jan 3, 2023 10:24 AM
  • Application.AppBase.weak() causes Unexpected Type Error in simulator but not on device

    • Acknowledged on Feb 20, 2025
    • 3 Comments
    See title. Since downloading the latest updates for my devices in the SDK Manager, my app will not start up in the simulator. I traced it to an error that is being thrown during initialization. Here is roughly what my code looks like: class...
    • Jan 3, 2023 1:33 AM