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. 

  • Toybox.Position documentation error

    • Acknowledged on
    • 5 Comments
    https://developer.garmin.com/connect-iq/api-docs/Toybox/Position.html#enableLocationEvents-instance_function At the EnableLocationEvents example: if (Position has :CONFIGURATION_GPS_GLONASS_GALILEO_BEIDOU_L1_L5) { options[:configuration] = :CONFIGURATION_GPS_GLONASS_GALILEO_BEIDOU_L1_L5;...
  • SDK bug in loading properties

    • Acknowledged on
    • 7 Comments
    Hello, I have a boolean-property which stopped working, i.e. its value upon invoking Toybox.Application.Properties.getValue("somePropertyKey") is 'true' regardless of whether it is set to true/false in properties.xml; Since it used to work I have...
  • 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…