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. 

  • SERIOUS BUGS - SDK 4.2.1

    • Acknowledged on Feb 20, 2025
    • 22 Comments
    Building with SDK 4.1.7 my app looks and acts as expected. My current release on the app store is built with this SDK. Building with SDK 4.2.1 most of the graphics on my app do not appear as they have up till this SDK release. Also... when building...
    • Mar 4, 2023 10:59 PM
  • CIQ app crashes on Instinct 2 when resource is used in ActionMenuItem

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    Hi, I have found interesting CIQ crash with instinct 2. The following code results in app crash, when I try to create instance of MainMenu class import Toybox.WatchUi; class MainMenu extends WatchUi.ActionMenu { function initialize () { ActionMenu...
    • Mar 4, 2023 9:34 PM
  • onExitSleep() no longer called after user sleep time (FW 25.00, Fenix 6)

    • Acknowledged on Feb 20, 2025
    • 3 Comments
    Hello, this bug has reappeared for Fenix 6 after Firmware update 25.00. In the daytime, onEnterSleep() and onExitSleep() are triggered by wrist gesture as normal. But once we enter the user's sleep period, onExitSleep() is never called again. Even...
    • Mar 4, 2023 5:49 PM
  • Fix the static functions

    • Acknowledged on Feb 20, 2025
    • 5 Comments
    Hi CIQ team, The static functions are broken for a long time now, it would be a good thing to fix them and be able to use them as in other languages Best regards
    • Mar 4, 2023 8:27 AM
  • Eclipse - SDK new devices update caused 'Index out of bounds' error in Run debug configuration.

    • Acknowledged on Feb 20, 2025
    • 7 Comments
    Hello, All worked normally in Eclipse 2022.12, SDK 4.1.7. Win 10 x64. New devices arrived : forerunner 965 and 265/265s. SDK devices were updated. Now IDE cannot launch debugger. Configuration for run debug now totally damaged. An error has occurred...
    • Mar 3, 2023 8:00 AM
  • Feature request: WatchUi.showToast() for Background service

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    In API exists only one method for user attension: Background. requestApplicationWake. I suppose it's a good alternative to add method Background.showToast().
    • Mar 2, 2023 7:29 AM
  • feature-request: managing of memory connecting with settings

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    Everybody knows how important is memory consumption, especial in glance, background and watch faces, so 1. Add scope to individual properties in settings (like with resources). Of course updating property in glance doesn't destroy others from foreground...
    • Mar 1, 2023 11:50 PM
  • sdk 4.2.1 memory consumption

    • Acknowledged on Feb 20, 2025
    • 15 Comments
    eclipse, win widget f6p - 4.1.7 11kB - 4.2.1.16.5kB +6,5kB on start!!!! 6.5kB/28kB almost 25% more memory just because using 4.2.1.... so if glance uses e.g. a bigger properties (has to be the same, no scope), the same like app usually crash...
    • Mar 1, 2023 3:37 AM
  • The Picker sample project doesn't compile in sdk-4.2.1

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    ERROR: approachs60: Picker/source/pickers/ColorPicker.mc:60: Cannot override parameter 1 of '$.Toybox.WatchUi.PickerDelegate.onAccept' with type '$.Toybox.Lang.Array<$.Toybox.Lang.Number>'. ERROR: approachs60: Picker/source/pickers/DatePicker.mc:56...
    • Feb 28, 2023 6:39 PM
  • Newly created DataField app fails the type checker out of the box.

    • Acknowledged on Feb 20, 2025
    • 2 Comments
    Use "C-Shift-P MonkeyC: New Project" to create a new DataField app, "C-Shift-P MonkeyC: Edit Products" to add your favorite devices, then build with Strict type checking. It fails to build with: ERROR: fenix5xplus: DataFieldTest/source/DataFieldTestView...
    • Feb 28, 2023 6:19 PM