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. 

  • CIQ store website still doesn't allow newlines in reviews or review replies

    • Acknowledged on
    • 0 Comments
    Regardless of how many newlines you type in your actual app review or reply, the store just renders everything as one huge wall of text (with no newlines). This limitation is just ridiculous, because it makes it hard to write a coherent review with paragraphs...
  • Invite others to App Beta testing

    • Acknowledged on
    • 5 Comments
    The Garmin Connect IQ dev ecosystem really needs an easy way of including other users in the beta testing of an app. Distributing .iq files via email or cloud is a real hassle via updates etc. Plus it don't test the full package. So Garmin, please...
  • Conflicting API documentation

    • Acknowledged on
    • 2 Comments
    Hello, As pointed out by flowstate there is a conflict between the following 2 API documentations when it comes to e.g. number of colors supported by Fenix7 (one states 64 colors, the other states 256 colors): https://developer.garmin.com/connect...
  • Vivosmart 5 not working

    • Acknowledged on
    • 1 Comment
    Vivosmart 5 no longer connecting to phone or calculating any information. I tried updating phone and app, turning off and on Bluetooth, reinstalling phone and restarting phone. Vivosmart will charge but not restart. My phone won't pick up the Bluetooth...
  • function callbacks cannot be stored

    • Acknowledged on
    • 1 Comment
    As the doc(https://developer.garmin.com/connect-iq/monkey-c/functions/#Callbacks) says, function can be transmited as callback, The transmitation works, but the callback cannot be stored in a "var" variable. Demo as follows: /*************AppView...
  • bug with settings

    • Acknowledged on
    • 1 Comment
    There is known bug on some devices (e.g f7, epix) when watch face is installed first time. I suspect (similar errors in ERA) bug also exist after getSettingsView().
  • Change in import behavior in compiler 2 causes some confusing inconsistencies

    • Acknowledged on
    • 0 Comments
    With the current compiler (sdk-4.1.5 and earlier), import Toybox.Lang; function foo(x as Number or String) as Boolean { return x instanceof Number; } compiles, even with strict type checking, but fails at runtime ( Could not find symbol 'Number...
  • Feature Request - add LEV (ebike) ANT+ connectivity to SDK

    • Acknowledged on
    • 1 Comment
    Please add the „Light Elictric Vehicles“ profile to the ANT+ CIQ-SDK. Ebikes get more and more common. It would be great to use battery status, support level and so on…
  • SDK bug: ANT LightNet data not resetting when LightNet device is disconnected (last values remaining visible)

    • Acknowledged on
    • 6 Comments
    I'm using - ANT LightNet Taillight mode - ANT LightNet Battery values in order to display the VARIA RTL 516 status in a datafield. The status is displayed correctly when RTL 516 device is (initially) off and then switched on. After switching the...
  • About the values obtained by getBodyBatteryHistory()

    • Acknowledged on
    • 2 Comments
    When I call getBodyBatteryHistory() with :period set to an appropriate number and :order as ORDER_NEWEST_FIRST, the data in the resulting iteration seems to be the oldest first. Could someone please confirm this?