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 4.1.7 constant folds floats + strings incorrectly

    • Acknowledged on
    • 25 Comments
    Given this code: var k = 1.0; var x = 1.0 + "foo"; var y = k + "foo"; System.println(x); System.println(y); The output is: 1.0foo 1.000000foo with sdk 4.1.7, and -O1 or -O2. With -O0 (or with 4.1.5 and earlier)...
  • ANT Device Numbers

    • Acknowledged on
    • 1 Comment
    Why do I get this apparent contradiction? In a Garmin EDGE computer, in Sensors/About, it lists the 752963 value. So what is the 32067 value? This same conflict between two different DEVICE NUMBERS occurs for other sensors too, like Speed, Cadence, etc...
  • DatePicker in Android Connect App (WatchApp Settings) doesnt show a Save Button

    • Acknowledged on
    • 0 Comments
    The Save Button is only hidden an confuses the user, because selected date ist noch saved
  • Non existent Beta App gets installed - SERIOUS BUG

    • Acknowledged on
    • 0 Comments
    Uploaded a Beta App and removed it from the store.. Uploaded a new Beta App, download it and the removed Beta gets installed instead. Makes developer testing impossible.
  • batteryInDays not supported for Descent G1 in sim as per docs

    • Acknowledged on
    • 0 Comments
    The docs say that batteryInDays is supported by the Descent G1 but the sim does not support it. I don't have a real G1 to see if it supports batteryInDays. Either the docs are wrong or the sim is wrong. Docs page: https://developer.garmin.com/connect...
  • Wrong app being installed

    • Acknowledged on
    • 1 Comment
    Created app A, got to version 6 - made a mistake and removed it from the store. Created a new Beta app B with new name and UUID, and now version 7 On the download page of app B which shows all the correct names and versions clicked Download but...
  • Connect IQ does not work on my phone

    • Acknowledged on
    • 1 Comment
    Hello, I just got my new Enduro 2 and iPhone 14 Pro Max. The Connect IQ does not work properly on my phone, and whenever I try to login, it always shows "We are experiencing server connectivity issues. Try again later". I have tried many ways...
  • Let users add nap times manually apart from the sleep tracking hours recorded by garmin.

    • Acknowledged on
    • 0 Comments
    Adding naps are one of the basic use cases in sleep tracking and the fact that it is not present in garmin is very disappointing. Let users add a nap activity in their connect app that will add to their total sleep time and score. This has been a request...
  • Epix 2 bug using ANT

    • Acknowledged on
    • 3 Comments
    A user responded and I verified that the Epix2 cannot open an ANT channel or acquire the ANT data payload. This issue is in the Epix2 watch type only. All other watch models and Edge computers are functional with the same source.
  • Bug report: BLE: Get data from "indicate" characteristics not working

    • Acknowledged on
    • 3 Comments
    I develop a data field to connect the Garmin watches to a treadmill series of a specific manufacturer. The transmitted data and commands are the same for all models, but while the most models are using notifications, atleast one model, with a different...