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. 

  • Cannot upload to the IQ store/....... come back later

    • Acknowledged on
    • 12 Comments
    Hello, Is there an outage to the IQ store Upload APP facility..... I;'ve been getting come back later ever since the last maintenance period?
  • Training status is in contradiction with the training proposal (running) (Fenix 6S) - Training suggestion seems to be wrong.

    • Acknowledged on
    • 4 Comments
    This is probably not a bug, just independent applications, but it certainly does not make sense: - my training status currently says I need a break due to fatigue based on my HRV data (and I feel accordingly - a bit overtrained) - while if I start...
  • Fix Connect IQ

    • Acknowledged on
    • 5 Comments
    Not only does the app not pick up the latest release, it doesn't install the one it does find. It goes through the loop of showing Update, when clicked, it shows Queued, then installing, then all apps installed then back to showing Update again...
  • bug: Attention.playTone dosn't play any sound in the simulator in Linux

    • Acknowledged on
    • 2 Comments
    I am developing on Ubuntu 22.04, using VSC. I tried the following both using SDK 4.1.5 and 4.2.0 Beta 1 with similar result. Attention.playTone(Attention.TONE_LOUD_BEEP); does not make any sound in the simulator. (Tones are enabled in the simulator settings...
  • keyEvent.getKey() == 4 short vrs long pressed

    • Acknowledged on
    • 16 Comments
    Hi! I have the following problem, you might know the reason/solution. I have the following code line: if (keyEvent. getKey () == 4 ) { onSelect_lauch ();} I found that, in the simulator, for several devices, when I press the "Start-Stop buttom" (Key...
  • makeWebRequest works on simulator but not on device with -300 responsecode for https

    • Acknowledged on
    • 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]", ...
  • System 6 new features

    • Acknowledged on
    • 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...
  • 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...