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. 

  • feature-request: display battery level in Garmin Connect app (2025)

    • Acknowledged on
    • 0 Comments
    Please add the battery level indication of the devices to the Garmin Connect app, possibly with a setting to customize at which battery level the app sends a low-battery notification. Interestingly the sensors' battery level can be checked from GCM...
  • onTap() is implemented for data fields on newer watches, but only on real devices and not the simulator

    • Acknowledged on
    • 1 Comment
    This seems to apply to most or all CIQ 4+ watches with a touchscreen (e.g. fr955, fr965, fenix7*, etc.) While the new support for onTap() in data fields on watches is welcome, there's a few problems: - the documentation still says that input is not...
  • feature-request: add sleep data to the sdk (2025)

    • Acknowledged on
    • 23 Comments
    Please add sleep related data to the SDK so apps/widgets can read the sleep data (similar to ActivityMonitor.getBodyBatteryHistory(), at least the stages with the timestamps, maybe also the aggregated time for the stages and the sleep score) I opened...
  • Fenix7 (20.16) low hr rate for CIQ apps

    • Acknowledged on
    • 1 Comment
    Hello, affter 20.16 upgrade the issue with low HR readings for activities tracked with CIQ apps is back. I reported it some time ago after one of the FW upgrades, it was fixed and it is back in latest FW upgrade. More at: https://forums.garmin.com/outdoor...
  • Swim 2 sim crashes with SDK 7.4.3 and 8.0.0 beta

    • Acknowledged on
    • 0 Comments
    See also https://forums.garmin.com/developer/connect-iq/i/bug-reports/garmin-swim-2-simulator-settings-issue and https://forums.garmin.com/developer/connect-iq/i/bug-reports/wf-crashes-in-the-sim-for-the-swim2-device
  • 22.22 FR165 DrawRadialText symbol not found

    • Acknowledged on
    • 28 Comments
    Since the last update, 22.22, method Dc.drawRadialText stopped working on the FR165 and FR165m. It works fine in the sim, but crashes on a real device with error "Symbol not found". I reported this last month when it was still in Beta as well: https...
  • SDK 8.0.0 beta: member lookup rules have changed

    • Ticket Created on
    • 2 Comments
    SDK 8 introduces unannounced changes in member lookup rules. The following code contains some classes and modules along with two mutually exclusive tests. The first test passes in SDK 7, but fails in SDK 8, while another one fails in 7, but passes in...
  • Updated watch face under review for almost 24h ago

    • Acknowledged on
    • 9 Comments
    Hi, I've updated new version of my watch face https://apps.garmin.com/en-US/apps/32bd7a0f-355f-42c1-96fc-8afa8dced8e6 almost 24h ago. It is still under review. Following information is shown: " Please note: This app has a version update pending...
  • SDK 8.0.0 beta: issue with conditionals from 7.4.1 is still present

    • Acknowledged on
    • 4 Comments
    There's a problem in early SDK 7.4.* versions (that have been pulled back) and in SDK 8.0.0 beta with enabled strict type checking: import Toybox.Lang; function f(x as Number) as Number? { // Object of type 'PolyType<Any or $.Toybox.Lang.Number...
  • SDK 8.0.0 beta: tests run multiple times

    • Acknowledged on
    • 0 Comments
    SDK 8, existing System 7 or new system8preview device. import Toybox.Lang; import Toybox.System; import Toybox.Test; class System8Test { (:test) static function test(logger as Logger) as Boolean { logger.debug("timer=" + System.getTimer(...