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. 

  • Profiler not working: unable to load debug.xml

    • Ticket Created on
    • 1 Comment
    Tried the use the Profiler with both Visual Code and with Eclipse for my watch face but every time I get the error message: unable to load debug.xml. After starting the simulator I choose View Profiler, what do I need to do to get this working? Currently...
  • Fenix 6 Pro gyroscope data missing

    • Ticket Created on
    • 2 Comments
    Hi guys. I'm wrote Watch app where I start ActivityRecording and where I write accelerometer and gyro data to FIT file. To do that, I have next code: var _logger = new SensorLogging. SensorLogger ({ :accelerometer => { :enabled => true }, :gyroscope...
  • missing settings or duplicates when grouping

    • Ticket Created on
    • 1 Comment
    overwriting settings does bug (SDK 4.1.1) default settings { group1 { set1=1 set2=2 set3=3 } } 1. duplicates for device 260x260 settings { set2=0 } on mobile/sim group { set1=1 set2=2 <<<<<<<<<<<<<<<<<< set3=3...
  • Disabling touch screen for Apps in System settings, does not disable touch screen for all apps

    • Ticket Created on
    • 3 Comments
    Good morning, A number of my watch app users have complained about the Garmin System setting to disable touch screen when using apps, not actually disabling it in non garmin activities. Shouldn't this be disabled for all activities if that is what...
  • incomplete doc for Array Settings

    • Ticket Created on
    • 4 Comments
    not usable and impossible to compile (e.g. even there is no keyword ARRAY) https://developer.garmin.com/connect-iq/core-topics/properties-and-app-settings/#fn:1
  • bad values in timeToRecovery

    • Ticket Created on
    • 4 Comments
    f6p 20.82 - MON.timeToRecovery = 60 - system widget "Training Status" shows 61 after some time system widget also shows 60
  • Strange behavior of logical operators

    • Acknowledged on
    • 1 Comment
    I know some of this has been discussed before, but the discussions are several years old, there's no resolution, and the docs are still very misleading. var x = !0; // compile time error var x = 0; var y = !x; // y = -1, not even a warning at...
  • 4.1.1: OAuth Popup not appearing in Simulator

    • Ticket Created on
    • 0 Comments
    The OAuth popup is not appearing in the Simulator when using SDK 4.1.1, while it's working with SDK 4.0.10. I really hope it still works on real devices, but I'm not able to test that at the moment. I saw the announcement of a new Authentication system...
  • vscode v1.0.2 debug launcher is broken

    • Ticket Created on
    • 2 Comments
    In the last vscode extension when you launch "execute and debug", the application is not compiled any more... then not found and not launched If you have an old build, it launches it.... and you can loose 1 hour to understand why you don't see your...
  • System.Stats.batteryInDays does not return a value not in the simulator or on the watch itself

    • Ticket Created on
    • 10 Comments
    Implemented the new SDK 4.1.1 and used the new available system metrics. All work fine except the battery in days. This metrics always returns null on both the simulator or the watch itself. Is this a known bug or uncomplete feature?