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. 

  • Two Battery Related Bugs

    • Acknowledged on
    • 0 Comments
    Here is what I found on my 130-mile ride yesterday, Aug 13th, 2022 on my EDGE 1030 with the latest firmware. I connected an external power source. Over time, it charged my EDGE 1030 to 100% while I rode. Great. I unplugged the external power. After...
  • Document the API to the calendar

    • Acknowledged on
    • 1 Comment
    Dear Garmin developers, I would like ask you to properly document the API to the calendar (e.g. available on the Fenix 7) so that I can process the calendar information in an application/watchface program. Your own default watchfaces use some kind of...
  • VScode Exension cannot detect my SDK version correctly

    • Acknowledged on
    • 9 Comments
    As this thread said. https://forums.garmin.com/developer/connect-iq/f/discussion/301217/vscode-monkeyc-extension-the-current-sdk-must-be-set-to-4-0-6-or-newer/1458245#1458245 My Env info: Macos: 12.5 SDK: 4.1.5 Vscode: Version: 1.70.1 Commit...
  • Feature suggestion - Remove odd forerunner to Fenix discrepancy’s

    • Acknowledged on
    • 3 Comments
    The power manager on the fenix is much more comprehensive compared to the forerunner series. - this is a key feature missing on the forerunner series, even on the top of the line 955/solar you only have the battery saver. I would like to(and I’m sure...
  • Software or Hardware Error of Garmin? Accelerometer Data of Forerunner 735 seams to be wrong

    • Acknowledged on
    • 1 Comment
    Hello, I programmed a motion detection Application and everything seams to be running fine on a few watches. On the Forerunner 735xt everything is running, however the motion detection gives results different from the ones expected. Looking into the...
  • Ant/ GenericChannel Issues in 255/ 955 Devices

    • Acknowledged on
    • 1 Comment
    I don't know where to begin with this issue, we have an app that communicates with a third party device via a Generic Channel, where we receive, parse, and display data to the user. This works completely fine on all other devices, but with he following...
  • RFC: Sugar for has, instanceof

    • Acknowledged on
    • 3 Comments
    Currently we have foo has :update While this is nice, negating the thing is !(foo has :update) or foo has :update === false Could we get some sugar and make has an object method: foo.has(:update) , this would make it easy to write if (foo.has...
  • Marq series is using wrong widget memory limit in simulator

    • Acknowledged on
    • 9 Comments
    Hello Garmin team, the Marq series is using the wrong memory limit for widgets in simulator. The device reference is reporting: widget 1048576 https://developer.garmin.com/connect-iq/reference-guides/devices-reference/#marq%C2%AEathlete But...
  • Bug Report - Native Running Power not exposed through API

    • Acknowledged on
    • 5 Comments
    Garmin running power isn’t exposed to the datafield through currentPower in the API. There is no API offered by Garmin supporting running power anywhere.
  • beta SdK should allow to build IQ version and put it in the store

    • Acknowledged on
    • 7 Comments
    i think that limitation with beta SDK causes that it isn't tested by dev. There is no need to move testing period in future. Usually devs will build beta version only for themselves. Eventually it is enough to add BIG warning in console. If somebody...