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. 

  • SDK 6.3.0 simulator crashing frequently

    • Acknowledged on
    • 2 Comments
    SDK 6.3.0 simulator now crashes with nearly every other menu operation it seems. This is happening with the Fenix 7X, I'm not seeing this with the FR 235. Open profiler may work, may crash. Open memory usage may work, may crash. Set low power mode may...
  • Bug: Elements in Settings-Array not editable->server error

    • Acknowledged on
    • 0 Comments
    Description: When adding and saving array elements in settings using simulator, garmin connect iq app or SDK IQ App (Properties.setValue) the array elements are not editable in simulator or garmin connect iq app anymore. Trying to edit then, leads to...
  • Custom FIT field not displayed as graph on GC APP (only Web)

    • Acknowledged on
    • 4 Comments
    I created a custom field for FIT in my connect iq app. It works fine and the data is shown correctly on Garmin Connect Web App, however for exactly the same activity in the Garmin Connect App on the iPhone it is NOT shown .. Web App: (HR & Custom fields...
  • Bug Report: Toybox.AntPlus.RunningDynamics  no longer functions in Skating Activity Type.

    • Acknowledged on
    • 8 Comments
    Garmin Forums The Toybox.AntPlus.RunningDynamics no longer functions when a Skating Activity Type is used in a supported device. The RunDynamics data reports all zero when using Skating Activity Type(AT), but using Run AT is ok in the same source. The...
  • Bug: DatePicker in Settings-Array causes internal server error

    • Acknowledged on
    • 0 Comments
    Description: Having a date picker in a settings-array ("settingConfig" element with attribute type="date" in a element "settings" of type="number" in a element "settings" with attribute propertyKey pointing to a property of type "array") causes apps...
  • Bug: Settings: Invisible Buttons in DatePicker

    • Acknowledged on
    • 3 Comments
    when having a settingConfig of type="date" in connect IQ datafield settings.xml, the Garmin Connect IQ user is presented a DatePicker when opening the settings menu. This DatePicker has several buttons, but they are not visible in dark mode (black font...
  • Bug when using Ant.BurstPayload on all SDKs at or after 4.1.6

    • Acknowledged on
    • 0 Comments
    On all SDKs on or after 4.1.6 the creation of an Ant.BurstPayload generates a "Symbol not found" error. The problem can be reproduced using SDK 6.2.2 with the "GenericChannelBurst" example (run example on any device and press the menu button). The...
  • Stats

    • Acknowledged on
    • 0 Comments
    I have the impression that the statistics format changes regularly, sometimes I have download statistics, other times statistics by watch model. Yet the 2 data are interesting, but I never get both.
  • Out Of Memory error and Garbage Collector logic

    • Acknowledged on
    • 13 Comments
    I've got a watch face with following simplified code: class RunOrelView extends WatchUi.WatchFace { var logoToDraw; function onLayout(dc as Dc) as Void { logoToDraw = WatchUi.loadResource(Rez.Drawables.Bitmap1); } function onUpdate(dc...
  • Background.exit() stops working on Watch Face in some cases

    • Acknowledged on
    • 4 Comments
    I'm developing a watch face and testing it on Garmin Fenix 7 with the latest firmware (in the emulator everything works well). I have a background service there with makeWebRequest function. To debug I've simplified it as much as possible and prevented...