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. 

  • Watches record random large distances for Yoga

    • Acknowledged on Dec 10, 2024
    • 2 Comments
    Start a Yoga activity and save it. Use UserProfile. getUserActivityHistory () to iterate of the recorded activty. Notice that the Iterator.distance != 0. It's always 0x028f5c28 I'd expect it to be zeros for Yoga.
    • Dec 9, 2024 7:08 PM
  • BUG: Simulator records distance for workouts when it shouldn't

    • Acknowledged on Dec 10, 2024
    • 4 Comments
    In the Sim select Sport == Fitness Equipment and SubSport (Strength, Yoga, Cardio). Start the activity via the Simulation->Activity Data dialog and record several minutes and save it. Use UserProfile. getUserActivityHistory () to iterate of the recorded...
    • Dec 9, 2024 7:06 PM
  • automatically resize the app icon instead of issueing the warning that the app icon will be resized

    • Acknowledged on Dec 10, 2024
    • 12 Comments
    we all know the warning: WARNING: vivoactive3: The launcher icon (40x40) isn't compatible with the specified launcher icon size of the device 'vivoactive3' (40x33). Image will be scaled to the target size. is it really that bad that the icon will...
    • Dec 9, 2024 6:19 AM
  • deprecation warnings should not be raised when there's no alternative

    • Acknowledged on Dec 10, 2024
    • 5 Comments
    I know this issue has been raised before but with the new app I'm writing I'm trying to be a good citizen and to avoid all compiler warnings, so as the issue bothers me I'm raising it again. :) It's simply impossible (I don't consider providing a command...
    • Dec 9, 2024 6:05 AM
  • appstore experience is unbalanced

    • Acknowledged on Dec 10, 2024
    • 2 Comments
    I think there's too much focus on paid content: - most of the banner carousel relates to paid apps - the first 3 categories (top paid watch faces, top paid apps, disney digital watch faces) relate to paid content only. The contents of these categories...
    • Dec 9, 2024 5:49 AM
  • Feature request: Allow to change app type

    • Acknowledged on Dec 10, 2024
    • 3 Comments
    Maybe I'm missing something regarding everything around widgets and super apps and how they differ, but as far as I understand, since SDK 4.0.0 you'd get a "super app" that supports glances/glance view as long as you implement it with getGlanceView(...
    • Dec 8, 2024 9:57 PM
  • Inaccurate weather data on Fenix 8

    • Acknowledged on Dec 10, 2024
    • 3 Comments
    Hi, I use Toybox.Weather to read the weather data on all of my watch faces. A user of Fenix 8 reported that the weather is not accurate, there are 1 or 2-degree differences between the watch face and the weather widget. The user also confirmed that all...
    • Dec 6, 2024 6:08 AM
  • Simulator segfaults in TT_New_Context() on start since version 4.2.1

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    Since SDK 4.2.1, and up until the recent 7.4.1, the simulator segfaults on start. I do have a stacktrace, but I suspect that the stacktrace is preventing my message from being posted, so now I try without. Last "working" version was 4.17 However...
    • Dec 5, 2024 9:38 PM
  • 7.4.1 Compiler fails: It claims function arguments are not initialized

    • Acknowledged on Dec 10, 2024
    • 0 Comments
    As discussed in this thread on the developer forums: https://forums.garmin.com/developer/connect-iq/f/discussion/396955/odd-compiler-errors-with-sdk-7-4-1 7.4.1 builds are failing on code that compiled in 7.3.1 without errors. The errors indicate...
    • Dec 5, 2024 9:12 PM
  • Enum value comparison result has type "Any or Boolean" instead of "Boolean"

    • Acknowledged on Dec 3, 2024
    • 0 Comments
    SDK 7.3.1, strict checking is enabled. import Toybox.Lang; enum Enum1 { VALUE1, } enum Enum2 { VALUE2 = VALUE1, } function checkEnumValue(value as Enum2) as Boolean { // Object of type 'PolyType<Any or $.Toybox.Lang.Boolean>' does not...
    • Dec 3, 2024 3:37 PM