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. 

  • Lots of hangs in the 4.1.1 simulator with the Memory view open

    • Ticket Created on
    • 10 Comments
    If I open the memory view, the simulator hangs for several seconds, every few seconds. It's pretty much unusable. Works fine in 4.0.10
  • Very strange behavior in App Settings Editor Sdk 4.1.1

    • Ticket Created on
    • 2 Comments
    I keep getting strange popups (things like "China connect privacy policy") when I pull up the App Settings Editor. Its showing parts of my app settings, but some parts are missing. I'm not in china. "Delete all app settings" seems to fix it. I *am* playing...
  • Issues with SDK 4.1.1 Array properties

    • Ticket Created on
    • 2 Comments
    There are typos/bugs in the example code: <setting title="@Strings.activityType"> <settingConfig id="activityType" type="list"> <listEntry value=0>@Strings.Running</listEntry> <listEntry value=1>@Strings.Cycling</listEntry> <listEntry value=2>@Strings...
  • SDK 4.1.1 Settings issues

    • Ticket Created on
    • 3 Comments
    If I have a boolean property, with a default value of true, then I can't change it in the simulator's App Settings Editor. The exact same code worked fine in 4.0.10, and it *looks* like it works in 4.1.1, but the property gets stays "true" no matter what...
  • getProfile() generates Symbol Not Found Error for fenix 7 family

    • Ticket Created on
    • 5 Comments
    var profile = UserProfile.getProfile(); Error: Symbol Not Found Error Details: Failed invoking <symbol> sim, SDK 4.1.1
  • Incorrect control flow analysis prevents compilation

    • Acknowledged on
    • 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...
  • Fit contributor graphs don't show on android app

    • Ticket Created on
    • 3 Comments
    Hi, My fit contributor chart on Android 12 with GC 4.52 not show, but on desktop show correctly. My app is Riversurf | Garmin Connect IQ Any help would be appreciate. Thanks in advance,
  • Notification gesture freezing bug

    • Ticket Created on
    • 1 Comment
    On my Forerunner 55, I have issues with the open on gesture notification behavior. When there is a notification waiting to be shawn, if I shake the hand multiple times, it totally freeze. I have to restart the watch by shutting down holding long the...
  • SSO fails on first try to infinite redirects from Finland, when closing tab + visiting site again login has succeeded

    • Ticket Created on
    • 4 Comments
    Like the message header states; has been going on for the past week or so.
  • BLE: Long Writes are not supported

    • Ticket Created on
    • 0 Comments
    I'm trying to send a command to a peripheral that is 24 bytes long. I don't know too much about how BLE works, but when I try to write to the device I get the error "Long Writes are not supported". Has this just not been implemented yet? Or are there...