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: watches crashing if a timer started in onExitSleep()

    • Under Review on Dec 20, 2022
    • Not categorized
    • 7 Comments
    As of framework 19.20 updated on Fenix 6 Pro and other Fenix series, also including Vivoactive4 watches CIQ watchfaces crash immediatelly if you have defined a timer in onExitSleep() Can this be fixed please?
    • Sep 9, 2021 4:58 AM
  • Incorrect control flow analysis prevents compilation

    • Under Review on Dec 20, 2022
    • Not categorized
    • 5 Comments
    import Toybox.Lang; function foo(i as Number) as Number { var t; switch (i) { case 1: case 2: return 0; case 3: t = 42; break; default: t = 24; break; } return t; } ERROR: <device>: bug.mc:16: Variable t may not have been...
    • Mar 20, 2022 3:38 PM
  • Simulator 4.0.7 does not seem to work on Linux

    • Under Review on Dec 20, 2022
    • Not categorized
    • 10 Comments
    Running Linux SDK 4.0.7 (in Docker ): - monkeyc works OK - simulator launches OK - monkeydo launches OK - BUT nothing appears in the Simulator (which keeps displaying the Garmin blue triangle) monkeydo -ing the binary compiled above in the...
    • Dec 8, 2021 7:02 PM
  • makeImageRequest fails in background of watchface on CIQ4.0 device

    • Under Review on Dec 20, 2022
    • Not categorized
    • 5 Comments
    makeImageRequest doesn't work and will throw errors in background service on CIQ4.0 devices(VENU2) . the same code will work on devices before CIQ4.0 such as fenix6.I am sure the error comes from the background service, because the error is still...
    • Jan 4, 2022 2:08 PM
  • MacOS: SDK Simulator 3.2.1 always crashes on Background.exit

    • Under Review on Dec 20, 2022
    • Not categorized
    • 1 Comment
    After the background process ends, the MacOS: SDK Simulator 3.2.1 crashes with message: „ Encountered an app crash.“ Same app works in older simulator. App continues to run in the simulator, but monkeydo terminates and does not print console messages...
    • Oct 12, 2020 3:44 PM
  • Strange behavior of logical operators

    • Under Review on Dec 20, 2022
    • Not categorized
    • 1 Comment
    I know some of this has been discussed before, but the discussions are several years old, there's no resolution, and the docs are still very misleading. var x = !0; // compile time error var x = 0; var y = !x; // y = -1, not even a warning...
    • Mar 31, 2022 3:36 PM
  • SDK 4.1.1 simulator - activity data simulation do not support button press

    • Under Review on Dec 20, 2022
    • Not categorized
    • 3 Comments
    With SDK 4.1.1 it is still not possible to test my widget implementation that implements several behaviourDelegate classes for the widget main view and an additional map view. (the widget can be found here: https://apps.garmin.com/en-US/apps/ffcee43d...
    • Mar 23, 2022 6:19 PM
  • bug: Connect IQ settings displays empty screen with loading icon only after getting back to the app

    • Under Review on Jan 3, 2023
    • Not categorized
    • 1 Comment
    To reproduce on android (I have Android 13 on OnePlus 8t): 1. Open Connect IQ app 2. My Device 3. Open any category, any WF / app / DF / Widget 4. enter Settings 5. after a few seconds of the rotating "loading" icon disappears and the settings page...
    • Jan 2, 2023 11:39 PM
  • Wrong permission name for Complication in documentation [4.2.0 Beta 1 SDK]

    • Under Review on Jan 3, 2023
    • Not categorized
    • 0 Comments
    The docs say we need to add ComplicationPublisher, but it needs to be ComplicationsPublisher, with an s. Same for the subscriber permission.
    • Dec 30, 2022 3:31 PM
  • Allow Complications on 'widget' type [4.2.0 Beta 1 SDK]

    • Under Review on Jan 3, 2023
    • Not categorized
    • 1 Comment
    ERROR: fenix7system6preview: The following permission is invalid for a 'widget': ComplicationsPublisher ERROR: Error occurred while reading application manifest file. As widgets are compiled to watch-apps on the newest devices, it would be ideal that...
    • Dec 30, 2022 3:35 PM