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. 

  • makeWebRequest works on simulator but not on device with -300 responsecode for https

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    var options = { :resonseType => Communications.HTTP_RESPONSE_CONTENT_TYPE_TEXT_PLAIN, :headers => { "Content-Type" => Communications.REQUEST_CONTENT_TYPE_URL_ENCODED } }; var params = {}; Communications.makeWebRequest( "[URL here]",...
    • Nov 5, 2022 3:50 PM
  • System 6 new features

    • Acknowledged on Feb 20, 2025
    • 4 Comments
    System 6 will give new features but is it only for touched screen devices? Let's see: - new WatchFaceDelegate.onPress(clickEvent as WatchUi.ClickEvent) as Lang.Boolean - WatchUi.ClickEvent - connected only with touch It means it will be impossible...
    • Nov 4, 2022 4:19 PM
  • Toybox.Position documentation error

    • Acknowledged on Feb 20, 2025
    • 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;...
    • Nov 3, 2022 9:41 AM
  • SDK bug in loading properties

    • Acknowledged on Feb 20, 2025
    • 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...
    • Nov 3, 2022 12:04 AM
  • CIQ store website still doesn't allow newlines in reviews or review replies

    • Acknowledged on Feb 20, 2025
    • 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...
    • Nov 2, 2022 2:29 PM
  • Invite others to App Beta testing

    • Acknowledged on Feb 20, 2025
    • 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...
    • Nov 2, 2022 6:46 AM
  • Conflicting API documentation

    • Acknowledged on Feb 20, 2025
    • 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...
    • Nov 1, 2022 2:57 AM
  • Vivosmart 5 not working

    • Acknowledged on Feb 20, 2025
    • 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...
    • Oct 30, 2022 4:17 PM
  • function callbacks cannot be stored

    • Acknowledged on Feb 20, 2025
    • 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...
    • Oct 30, 2022 1:09 AM
  • bug with settings

    • Acknowledged on Feb 20, 2025
    • 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().
    • Oct 29, 2022 5:25 PM