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. 

  • Persistent login details for SDK manager and simulator

    • Ticket Created on Apr 27, 2022
    • 8 Comments
    OS: Ubuntu 20.04 SDK Manager: 1.0.4 Connect IQ SDK: 4.1.2 Neither the SDK manager nor the simulator (when accessing app settings) remember the login details for my garmin account. This means typing in my email and finding/copying my password from...
    • Apr 25, 2022 12:05 PM
  • Users cannot uninstall a widget

    • Ticket Created on Apr 27, 2022
    • 3 Comments
    I'm receiving frequent reports that users cannot uninstall a widget: https://apps.garmin.com/en-US/apps/b6e8ca11-5964-4e15-ac14-bf3df54615ea . What could the root cause of this be?
    • Apr 22, 2022 9:59 PM
  • no body battery after restarting watch

    • Ticket Created on Apr 25, 2022
    • 2 Comments
    In my WF's view.initialise I Have a code mHasSensorHistory = Toybox has :SensorHistory; After I reset my watch f6p (probably when restart it too) it doesn't shows body battery until I quit and return to WF. It means code above set mHasSensorHistory...
    • Apr 20, 2022 12:26 PM
  • unit test stopped working in VSC with ASSERTION FAILED: Could not find file - how to fix?

    • Ticket Created on Apr 20, 2022
    • 0 Comments
    I'm not sure why, but unit testing has stopped working in VSC. It works from command line, but not within VSC. I have tried reinstalling both the SDK as well as swithcing back to an older SDK and also reinstalled the Monkey C extension. Nothing seem...
    • Apr 20, 2022 8:44 AM
  • Possibly incorrect setting for Glance Live Updates in simulator.json for Fenix 7/7S

    • Ticket Created on Apr 21, 2022
    • 3 Comments
    Glance liveUpdates parameter in simulator.json for Fenix 7 and Fenix 7S set to false, but a test on real devices (both fenix7 and fenix7s) show that glance live updates actually work perfectly fine, Software version (for Fenix 7) is 7.35, CIQ version...
    • Apr 18, 2022 10:18 PM
  • App settings' titles not correctly localized

    • Ticket Created on Jun 1, 2022
    • 2 Comments
    The prompt and the title should be retrieved from the corresponding resources-lang/string.xml,eg resources-eng/strings.xml, but I found it only will get the string from the default string.xml. Please inspect it This issue appears in fitcontribution...
    • Apr 18, 2022 2:47 PM
  • An app cannot be installed on some device although it is supported

    • Ticket Created on Apr 18, 2022
    • 2 Comments
    One user told that my app cannot be installed on his 945. After installation, it will be uninstalled automaticly each time. I am sure the model is in the support model list of my app.Have you encountered the similar issue?
    • Apr 18, 2022 7:38 AM
  • Fenix 7 Menu2 title truncated and title & items in same color

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    The menu2 title on fenix 6 wraps in two lines and on fenix 7 it is just one line and gets truncated. On fenix 6 the menu title2 and the items on the fenix 6 have different colors and can be easily distinguished. On fenix 7 both are the same...
    • Apr 14, 2022 10:28 AM
  • Inconsistent type checker errors

    • Ticket Created on Apr 18, 2022
    • 4 Comments
    With strict type checking: import Toybox.Application; enum Foo { Zero, One, Two, Three, } function foo(x as Foo) as Void {} function bar() as Void { foo(0); // Fails, as expected foo(Zero); // Works, as expected foo(Zero as Foo);...
    • Apr 13, 2022 5:33 PM
  • prg and prgDebugXml support seems to have been removed from launch.json in v1.0.3

    • Ticket Created on Apr 12, 2022
    • 0 Comments
    I found these very useful. I could build a .prg with the command line tools, with whatever options I wanted, and then have a launch config setup to run it under the debugger. But now those fields are ignored (and I can see they've been removed from the...
    • Apr 11, 2022 11:49 PM