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. 

  • Type checker rejects addAll with subtype arrays

    • Acknowledged on
    • 1 Comment
    When adding a typed array with elements of type A to another typed array with elements of type B using addAll , the type checker rejects the operation if A is not exactly equal to B, even when A is a subclass of B. For example: var a = new Array<String...
  • Array.removeAll() does not accept null despite documentation

    • Acknowledged on
    • 7 Comments
    According to the documentation, Array.removeAll() should accept null as a parameter, although its exact behavior in that case is not specified. One might expect it to remove all entries. However, the compiler does not accept null as a valid argument...
  • setControlBar() for Edge Devices Does Not Show in Sim

    • Acknowledged on
    • 0 Comments
    Hi, The code block below is entered on the Sim for Edge1040, but no title or left-button (back) show in the Sim. The missing behaviour makes it hard (impossible?) to test onStop() lifecycle termination on the Sim. The ControlBar does show OK on...
  • Audio apps on API 6.0 devices crash simulator on start

    • Acknowledged on
    • 4 Comments
    When an audio app is started on an API 6.0 device, like Fenix E or Forerunner 970, the audio application will crash with a Symbol Not Found Error with an empty stack trace. The minimum reproducible test case is the stub audio app created when selecting...
  • App crash when rescheduling the Garmin coach session

    • Acknowledged on
    • 1 Comment
    I can’t reschedule the past training session which I skip because the period. Everytime I click reschedule, the app crash. I am using the iPhone 14pro, IOS17. please design a more user friendly coaching feature for female user! Female user will have...
  • Garmin golfing screen comes up when pressing start within a third-party app

    • Acknowledged on
    • 6 Comments
    Hi, I have an app HIIT Timer (App) https://apps.garmin.com/apps/5678f09c-0c1d-4467-8dc7-66a6439fa124 where user presses start to begin a workout once inside the app. This has worked well for many years on all Garmin devices… Customer is complaining...
  • bug: can't set calories for today in simulator

    • Acknowledged on
    • 0 Comments
    SDK 9.1.0, fr955 simulator: Simulation > Activity Monitoring > Set Activity Monitor Info: In "Today" Distance (cm) and Calories are grayed out, can't be set:
  • SDK 9.1.0 manifest validation error: cvc-elt.1.a on Windows

    • Acknowledged on
    • 1 Comment
    Getting this error when building for Edge 840: ERROR: Could not read manifest file: Problem validating the manifest file: cvc-elt.1.a: Deklaration des Elements "iq:manifest" kann nicht gefunden werden SDK: 9.1.0 on Windows, VS Code with Monkey C extension...
  • Simulator hangs when quitting an app while on a breakpoint

    • Acknowledged on
    • 0 Comments
    This does not repro 100% of the time, but it happens often. 1. Set a breakpoint (in VS Code) 2. Run app 3. When app stops at BP quit the app in VS Code 4. Simulator hangs (shows spinning wheel on a Mac) Now have to force quite the simulator
  • ConnectIQ simulator crashes on first call to Communications.transmit (macOS 26.4)

    • Acknowledged on
    • 4 Comments
    Hi folks, I'm pretty sure it's something local on my Mac, but still, can not figure it out. I have an watch app that communicates with companion (bidirectionally), and since some time ago, I can no longer debug it using simulator, because *all* variants...