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. 

  • List of products supported for monetization is not up-to-date

    • Acknowledged on
    • 0 Comments
    I’m referring to the list on this page: https://developer.garmin.com/connect-iq/monetization/app-sales/#appsales For example, it seems that Instinct 3 (AMOLED) and Tactix 8 support monetization, but they are not on the list. Related forum post:...
  • Type narrowing still doesn't work for non-locals (e.g. global variables or member variables)

    • Acknowledged on
    • 1 Comment
    Example of code which should work, but results in a type check error: class NumberProvider { private static var data as Number?; static function get(defaultValue as Number) as Number { if (data == null) { data = defaultValue; } return data;...
  • feature-request: display battery level in Garmin Connect app (2025)

    • Acknowledged on
    • 1 Comment
    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
    • 27 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
    • 29 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...