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. 

  • SDK Version and Venu Sq

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    Hi, My Venu Sq Music has already had firmware updated and shows Connect IQ : System 5 and API Level : 3.3.1 however the latest SDK is only showing API Level as 3.2, meaning I cannot deploy any of the new metrics. when will the SDK be updated? Thanks...
    • Mar 28, 2022 12:13 AM
  • onExitSleep() no longer called after user sleep time (FW 25.00, Fenix 6)

    • Acknowledged on Feb 20, 2025
    • 3 Comments
    Hello, this bug has reappeared for Fenix 6 after Firmware update 25.00. In the daytime, onEnterSleep() and onExitSleep() are triggered by wrist gesture as normal. But once we enter the user's sleep period, onExitSleep() is never called again. Even...
    • Mar 4, 2023 5:49 PM
  • ClockTime.dst is 0 on the watch, correct value on the simulator

    • Ticket Created on May 27, 2021
    • 2 Comments
    Description ClockTime.dst is 0 on the watch, correct value on the simulator. Also reported here: https://forums.garmin.com/developer/connect-iq/f/discussion/257552/system-getclocktime-dst-is-3600-in-the-simulator-but-zero-on-my-watch 6 years...
    • Mar 18, 2021 1:05 AM
  • bug: ActivityMonitor.getInfo values are not set in simulator

    • Acknowledged on Mar 19, 2024
    • 0 Comments
    SDK 6.4.2, simulator, fr955. I start my datafield with the following code in compute: function compute(activityInfo as Activity.Info) { var activityMonitorInfo = ActivityMonitor.getInfo(); if (activityMonitorInfo != null && activityMonitorInfo...
    • Mar 19, 2024 11:40 AM
  • Cannot disable GPS on Edge 1040 from ConnectIQ application

    • Acknowledged on Apr 25, 2024
    • 1 Comment
    In my application, I'm collecting distance, speed, etc. data from Activity.getActivityInfo(). At the start of the application, I'm enabling the GPS with Position.enableLocationEvents(Position.LOCATION_CONTINUOUS, method(:onPosition)); . Later, if user...
    • Apr 24, 2024 11:54 AM
  • Adding Fit Contributions to an existing datafield increase the PRG build time extremly

    • Acknowledged on Feb 20, 2025
    • 7 Comments
    I added 3 fit contributions to my existing datafield „Edge AllinOne1“ and that increased the build time for the prg file from 15 seconds to 5 minutes! https://apps.garmin.com/en-US/apps/cd433835-4089-476b-a0cf-0c13db63a18c I then did some tests and...
    • Jul 26, 2023 11:47 AM
  • Hook up these forums to StopForumSpam

    • Acknowledged on Sep 25, 2024
    • 2 Comments
    Hi Brandon, Please poke whoever's responsible on your end for the forum software and ask them to look into passing posts from new posters through https://www.stopforumspam.com/ It's a free non-profit service that is really good at filtering the sort...
    • Sep 25, 2024 8:48 AM
  • Issues with SDK 8.1.x and glance on Fenix 6

    • Acknowledged on Apr 18, 2025
    • 2 Comments
    I have issues with getting my glance to run with Fenix 6 on SDK 8.1.x. On SDK 7.4.3 everything works as it should, code builds and glance is shown. On SDK 8.1.0 , I get the following error when building: * Executing task: monkeyc: Building For...
    • Apr 17, 2025 11:49 AM
  • The simulator crashes when running tests if the app crashes on startup.

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    When you run unit tests under the simulator, it (as far as I can tell) runs each test as a separate instance of the app. This means that if one test crashes, the rest are still run, and the crashing test is just reported as "ERROR" instead of "PASS"...
    • Jul 14, 2022 3:34 PM
  • NordicThingy52 sample app crashes on Mac

    • Acknowledged on Mar 26, 2025
    • 10 Comments
    - SDK 8.1.0 - Apple M1 Max - macOS 14.5 I don't know exactly where it crashes, except it's somewhere after the following line: //! Register the bluetooth profile public function registerProfiles() as Void { System.println("before"); // added...
    • Mar 26, 2025 4:04 AM