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. 

  • SensorHistory still bugged

    • Acknowledged on
    • 1 Comment
    Problem is with -body battery, stress (sim/f7/f6) - getNewestSampleTime()/getOldestSampleTime return value +~20 lat - getMin()/getMax() returns number but SensorSample.data is float and Sp02 (f7/f6) - data are not put always into history (SensorSample...
  • Support the SPORT_VOLLEYBALL sport for Session recording

    • Acknowledged on
    • 3 Comments
    I tried using the SPORT_VOLLEYBALL, which is shown as an existing value when using intellisense, but it crashes all watches if used. As my primary app is a Volleyball App, I would really like to use this value. I now use SPORT_GENERIC.
  • walkingStepLength runningStepLength doc bug

    • Acknowledged on
    • 4 Comments
    doc says var runningStepLength as Lang.Number or Null Running step length in millimeters (mm) I think should in be cm.
  • try-catch breaks finally blocks

    • Acknowledged on
    • 0 Comments
    Given the following code: function bar() { throw new Lang.Exception(); } function foo() { try { } catch (ex) { } finally { try { bar(); } catch (ex) {} System.println("Still ok"); } System.println("but never gets here"); }...
  • setFill() chrash on Venu2sq devices

    • Acknowledged on
    • 4 Comments
    I use the new texture functions for new SDK4 devices without problems. I have define a png as texture and use dc.setFill(texture) before I draw a rectangle. This is working fine in all SDK4 OLED devices. only on a Venu2sq the compiler crashed with...
  • Feature/API Request: Complication for stopwatch and timer

    • Acknowledged on
    • 1 Comment
    Now that we have complications, it would be very useful to have the system Stopwatch and Timer app export complications so that watch faces can display their current values and allow the user to touch and hold on these complications to switch to the Stopwatch...
  • Connect IQ Store search results inrelavant?

    • Acknowledged on
    • 0 Comments
    https://forums.garmin.com/developer/connect-iq/i/bug-reports/inaccurate-search-hits-in-chinese This bug was resolved serveral months ago. But now it appears again. So frustrated
  • is it impossible to check sdk without internet connection

    • Acknowledged on
    • 1 Comment
    But why? I've already installed few versions and only want to choose current e.g. for testing....
  • [iOS BUG] Links in description to other apps does not work

    • Acknowledged on
    • 0 Comments
    I have an embed ink in an app's description to another app in the store. However, in the iOS ConnectIQ app this opens an embedded web browser. I want instead for the ConnectIQ phone app to "jump" to the other app so the user can download it. I'm told...
  • Wrong observationLocationName (and maybe conditions?) since late November's firmware updates

    • Acknowledged on
    • 4 Comments
    Hi all, I have some custom watch faces on ConnectIQ that have the observationLocationName being displayed by default, meaning that any change on the location name is easily noticeable. I use those watch faces myself for more than 2 years and they always...