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. 

  • Sorry, this page is currently unavailable.

    • Acknowledged on
    • 3 Comments
    By uploading a new application, after research alot on forum i find down my app title have "-" character which leading to this problem on my Dashboard Sorry, this page is currently unavailable. Please kindly help me to deleted this application submission...
  • SDK Manager crashes on macOS

    • Acknowledged on
    • 8 Comments
    Fresh install of macOS 11.7.10 (the latest supported on this macbook air) and the SDK Manager crashes on startup: Last login: Tue Jul 9 09:23:24 on ttys000 /Applications/SdkManager.app/Contents/MacOS/sdkmanager ; exit; jbigg@Johns-MacBook-Air ~ % /Applications...
  • API doc for getCurrentWorkoutStep() and getNextWorkoutStep() confusingly says exception "thrown if called from a data field app"

    • Acknowledged on
    • 3 Comments
    As far as I know, these functions only make sense when called from data field apps, so I'm wondering if this is a typo. https://developer.garmin.com/connect-iq/api-docs/Toybox/Activity.html#getCurrentWorkoutStep-instance_function
  • Edge 1050 datafields on Climb Pro screen

    • Acknowledged on
    • 2 Comments
    You can set IQ datafields to the climb pro screen. On elder devices, this datafield height was 1/5 of screen height (same as map screen). On Edge 1050 this climb pro datascreen has less of hight. It is not documented in IQ refence guide, nore is there...
  • bug: self.foo behaves different from foo in regards of null check with strict type checker

    • Acknowledged on
    • 2 Comments
    The following code doesn't compile with SDK 7.2.1 with type check = strict: import Toybox.Application; import Toybox.Lang; import Toybox.WatchUi; class TestApp extends Application.AppBase { public var foo as Number?; function initialize(...
  • Connect IQ Store Product page misleading information on monetization status

    • Acknowledged on
    • 5 Comments
    On developer dashboard product configuration there is information: Section Monetization: If your app requires or requests payment in order to enable any or all of its features, please let us know below. Failure to choose "Yes" for an app that requires...
  • Cannot upload datafield to connectiq store

    • Acknowledged on
    • 5 Comments
    Hi: I'd like to update my data field to fix some bugs, but always failed with "undefined" error. Can somebody help on it? Thanks. I cannot upload the error snapshot because " The selected file is not allowed due to file quota restrictions."
  • Peak memory tracing crashes simulator

    • Acknowledged on
    • 6 Comments
    The peak memory usage feature in the simulator "Active Memory" cannot be enabled consistently. I've only managed to do it a few times. Clicking the checkbox does not enable the buttons except in rare circumstances, which I cannot reproduce except by luck...
  • Bluetooth ultra high latency since CIQ7 upgrade

    • Acknowledged on
    • 4 Comments
    We're reaching out to report a critical issue impacting Bluetooth connectivity on Garmin devices updated with the latest firmware based on CIQ7. Issue: We've observed an extreme slowdown in Bluetooth data transfer between Garmin wearables and our...
  • Allow to record the data from device temperature sensor for custom apps

    • Acknowledged on
    • 0 Comments
    Hi, I'm developing a watch application that records an activity, and one of the metrics that has to be recorded is the temperature from the device sensor. In my Forerunner 745 everything works fine and the temperature is recorded by default with ActivityRecording...