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. 

  • Bug: Monkeydo dies after changing settings

    • Acknowledged on Feb 20, 2025
    • 4 Comments
    * Run any kind of app on Linux * Change the settings of your time from 12 to 24 hrs or change the ISO to imperial world * Notice that your application exits with exit code 0 This hinders development a lot, because I can't really attach to the running...
    • Jul 17, 2022 9:45 PM
  • Bug: Unable to detect settings file for watchface/app on Linux

    • Acknowledged on Feb 20, 2025
    • 3 Comments
    While checking out this https://github.com/Likenttt/DirtyReadPropertyDemo repo and trying to launch it on Linux I cannot get the settings to work as it states there isn't a settings file present. There is, as it works on Windows.
    • Jul 17, 2022 9:35 PM
  • RFC: Object destruction method for automatically cleaning up what you made

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    I would like to have some kind of builtin method that takes care of object descruction so I don't have to deal with it manually when an object goes out of scope: class Foo { private var session; // More code here // and somewhere session.start...
    • Jul 17, 2022 6:58 PM
  • RFC: Menu2 methods for the win

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    I want/need/would LOVE to have functionality on a Menu2 object that tells me WHICH identifiers/items it stores. In my app I have logic that enables user supplied input as a menu item and also allows users to delete them. I see the refresh calls, but...
    • Jul 17, 2022 6:48 PM
  • can't download the SDK Manager on Mac

    • Acknowledged on Feb 20, 2025
    • 5 Comments
    Hi, i'm trying to download the SDK Manager on Mac to develop some watchfaces. By the download never started. Does anyone else has the same problem or a solution? Thanks,Markus
    • Jul 17, 2022 3:37 PM
  • Getting location information

    • Acknowledged on Feb 20, 2025
    • 11 Comments
    RESOLVED: Thanks Jim. PEBKAC; I didn't realize that just starting the activity and having it show up on the map was not enough. You need to wait for a GPS lock (green bar) and then start the activity. I've been banging my head on this for a while...
    • Jul 15, 2022 6:16 AM
  • Distance detection by pool simming

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    Hello, for pool swimming, the distance detection is very poor. The reason is that every time you change the position in a lane, it is already assumed that the lane has ended. Therefore, it comes to incorrect distance information. It can be assumed...
    • Jul 15, 2022 5:53 AM
  • makeWebRequest: bad request on some devices

    • Acknowledged on Feb 20, 2025
    • 9 Comments
    https://forums.garmin.com/developer/connect-iq/i/bug-reports/makewebrequest-bad-request-on-some-devices?CommentId=0afa464f-13fb-47f6-83cc-77c5bdc16f11 In makeWebRequest, I am getting a 400 if I am in a +GMT timezone and it works successfully in a ...
    • Jul 15, 2022 2:02 AM
  • The simulator crashes when running tests if the app crashes on startup.

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    When you run unit tests under the simulator, it (as far as I can tell) runs each test as a separate instance of the app. This means that if one test crashes, the rest are still run, and the crashing test is just reported as "ERROR" instead of "PASS"...
    • Jul 14, 2022 3:34 PM
  • Runtime crash initializing constants

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    Given this code (this is the whole file. No imports/using etc): const FONT = $.Toybox.Graphics.FONT_XTINY; The type checker is happy (even at Strict), but I get: Error: Circular Dependency Error Details: Failed invoking <symbol> Stack: ...
    • Jul 14, 2022 3:15 PM