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. 

  • BLE bug: BLE data field causes erratic termination of all Connections

    • Acknowledged on Jun 24, 2024
    • 0 Comments
    My data field app reads a data stream from a bike sensor using the compute(info) function, decodes the values and displays them. It works perfectly. However, when activating the data field on Garmin Edge1030, 1030plus and 1040, all current BLE and ANT...
    • Jun 22, 2024 1:29 PM
  • Garmin Express resets DF App settings to default

    • Acknowledged on Jun 21, 2024
    • 3 Comments
    I received a user complaint, that my DF App settings are reset whenever Garmin Express is connected to a fr255 device on a Windows 11 PC. I tried on my own PC, using my own Epix gen 2. First with an old version of Express that I had installed (7.17...
    • Jun 19, 2024 4:38 PM
  • Display Mode in the sim and MIP devices shouldn't have Always Active

    • Acknowledged on Jun 19, 2024
    • 5 Comments
    On a MIP display, it is always active. They do have low power mode, which changes how often the display updates and allows for onPartialUpdate on devices that support it. I think for MIP devices, "Always Active" should be changed back to "low power...
    • Jun 18, 2024 2:25 PM
  • bug: terminal line-end/line-feed issues when exporting project

    • Acknowledged on Jun 19, 2024
    • 5 Comments
    I noticed with SDK 7.2.0 that when I export a project the terminal behaves strangely. It all looks ok while it builds the project for the various devices, but just when it ends it looks like this: Not sure if it's VSC extension or compiler issue...
    • Jun 17, 2024 10:05 PM
  • Anotação de Glicemia

    • Acknowledged on Jun 17, 2024
    • 1 Comment
    Deveria haver no connect, estatísticas de saude, um local para anotamos as aferições de Glicemia. Assim podemos ter um historico da saude mais completo e saber como cada atividade afeta nossa glicemia.
    • Jun 16, 2024 8:42 AM
  • Podcast app

    • Acknowledged on Jun 17, 2024
    • 1 Comment
    We only have apps from third party developers. I really like Playrun, but the latest Garmin firmware has broken that, see here: https://www.playrun.app/ ... so wouldn't it be better if Garmin made their own podcast app? Alternatively, they could...
    • Jun 14, 2024 3:08 AM
  • Simulator v7.2.0 Bug: With Sim v7.2.0 BLE connections made with nRF dongle drop after connect

    • Acknowledged on Jun 11, 2024
    • 12 Comments
    With Sim v7.2.0 BLE connections made with nRF dongle disconnect immediately, after a device has successfully paired and connected.
    • Jun 11, 2024 7:17 AM
  • Compiler Bug: Typechecker does not accept ScanResult object for Applicaton.Storage

    • Acknowledged on Jun 12, 2024
    • 4 Comments
    If i code Storage.setValue("MyBLE_ScanResult", scanResult as ScanResult); the type checker complains that ScanResult is not an Application.PropertyValueType. That's true, but the API says that from v3.2.0 on it is possible to save a ScanResult with...
    • Jun 11, 2024 6:38 AM
  • Latest SDK Manager Nasty Crash On Windows

    • Acknowledged on Jun 10, 2024
    • 5 Comments
    Hi, Since latest update, I have not been able to run the SDK Manager on Windows. After the issue first appeared, I went back to download the latest from Get the SDK | Connect IQ | Garmin Developers but same issue persists. App starts, a nasty error...
    • Jun 10, 2024 8:31 AM
  • SDK 7.2.0 strict typechecker regression

    • Acknowledged on Jun 10, 2024
    • 4 Comments
    The following function can no longer be built using SDK 7.2.0 with strict type check level: function saveValues(values as $.Toybox.Lang.Array<$.Toybox.Lang.String>) as Void { $.Toybox.Application.Storage.setValue("key", values); } The error is...
    • Jun 8, 2024 6:29 PM