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. 

  • Oxygen Saturation Sensor setting

    • Under Review on Dec 20, 2022
    • Not categorized
    • 1 Comment
    I am having reports the Pulse Ox sensor setting is being changed to monitor "All Day" after using a CIQ app with SaO2 enabled. BUG: Watch Sensor settings are not being restored after an activity session. TEST: System Pulse Ox Sensor setting to "OFF...
    • Jun 16, 2022 5:16 PM
  • Resources seem to be type Number, not Symbol

    • Under Review on Jan 24, 2023
    • Not categorized
    • 6 Comments
    The documentation says that things like Rez.Strings.name have type Symbol. But I tried: if (Rez.Strings.AppName instanceof Lang.Symbol) { System.println("AppName is a Symbol"); } and nothing got printed. So I tried if (Rez.Strings.AppName...
    • Jan 17, 2023 10:44 PM
  • bug: missing app icon in store listing

    • Under Review on Dec 1, 2022
    • Not categorized
    • 4 Comments
    When I look at https://apps.garmin.com/en-US/ under the "Sensors and Displays" section the 1st app ( https://apps.garmin.com/en-US/apps/7c83d402-4b68-4f0a-b167-7139788a19b3 ) has no icon: [see in comment, because forum bug doesn't let me post the image...
    • Nov 20, 2022 12:14 PM
  • The search function on Connect IQ store doesn't find apps

    • Under Review on Dec 7, 2022
    • Not categorized
    • 2 Comments
    When you type an app name in the search field, you get anything but the app you are trying to find.
    • Dec 6, 2022 2:04 PM
  • Let users add nap times manually apart from the sleep tracking hours recorded by garmin.

    • Under Review on Dec 15, 2022
    • Not categorized
    • 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...
    • Dec 8, 2022 5:03 AM
  • SDK Manager's appearance clashes with macOS dark mode

    • Under Review on Nov 22, 2022
    • Not categorized
    • 5 Comments
    Reproduction procedure: - Install SDK Manager on a Mac set to dark mode Observations: - The "delete" and "download" buttons for the devices are black, as well as the chevrons for expanding/collapsing sections, but the background is dark grey, so...
    • Nov 18, 2022 5:01 AM
  • Sdk 4.1.7 constant folds floats + strings incorrectly

    • Under Review on Dec 15, 2022
    • Not categorized
    • 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...
    • Dec 11, 2022 3:35 AM
  • SDK Manager Feature Request - Put preview devices in their own category

    • Under Review on Oct 13, 2022
    • Not categorized
    • 0 Comments
    Currently Preview devices are placed in the main category of the device they are a preview of. Once the SDK is released to GA, the need for the preview device is greatly reduced. By putting the System X preview devices in their own category it will be...
    • Oct 12, 2022 10:54 PM
  • Type Checking is incompatible with use of `self` keyword

    • Under Review on Oct 14, 2022
    • Not categorized
    • 2 Comments
    At the beginning of the Objects, Modules, and Memory page in the Monkey C documentation it says: Within a method implementation you can refer to your current instance using either the self or me keywords. For example, class A { public var x; public...
    • Oct 6, 2022 11:10 AM
  • bug: onStop is being called twice in datafield

    • Under Review on Oct 28, 2022
    • Not categorized
    • 5 Comments
    The following code of my datafield: class MyMApp extends Application.AppBase { public function onStart(state as Dictionary?) as Void { System.println(Time.now().value() + " onStart"); } public function onStop(state as Dictionary?) as Void...
    • Oct 23, 2022 11:26 PM