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. 

  • After upgrade the SDK to 6.2.1, My watchface couldn't be downloaded by some watches

    • Acknowledged on
    • 6 Comments
    After upgrade the SDK to 6.2.1, my customers reported that the watchface couldn't be installed and they were asked for upgrade the firware with "Garmin Express". Even they upgraded their watch firmware to the latest version by "Garmin Express", the error...
  • Super Method Call Not Working

    • Ticket Created on
    • 4 Comments
    When trying to call a parent method it does not get called. In the below code the GenericDelegate.initialize() method gets called, but the GenericDelegate.onKey(evt) method does not. This occurs on SDK 4.2.x and 6.2.x, but not on 4.1.x class RefWatchInputDelegate...
  • onTap not being called in Sim

    • Acknowledged on
    • 6 Comments
    The behavioDelegate onTap() event is not firing on a touchscreen device. Any screen tap raises the onKey() event with a key value of 255 Testing the tap function in my app on Vivoactive HR and VenuSq in simulator, the onTap() event is not being called...
  • Bug: Error `Value may not be initialized` when build current project

    • Acknowledged on
    • 0 Comments
    Unabled to build Datafield application with following code: ERROR: edge1040: E:\0_development\projects\ConnectIQWorkspace\TestApps\Uninitialized\source\UninitializedView.mc:59,10: Value may not be initialized. <iq:application id="1473ee47-9574...
  • Venu Sq fails to start downloaded workout intent

    • Acknowledged on
    • 0 Comments
    The Venu Sq can start workouts from the Garmin Training calendar without problem. It can also download a FIT workout via ConnectIQ, but any attempt to start the downloaded workout intent fails with an Unhandled Exception. This *may* also apply to...
  • [BUG] Fenix6 symbol not found WatchUi.makeReviewTokenRequest

    • Acknowledged on
    • 1 Comment
    In SDK 6.2.1 simulator, calling WatchUi. makeReviewTokenRequest causes the app to crash with 'symbol not found'. Docs say it is supported on the F6 series and it passes the test " if (WatchUi has :makeReviewTokenRequest ) ". function checkReviewNeeded...
  • Are Glace dimensions in simulator trustworthy (correct?)

    • Acknowledged on
    • 0 Comments
    A few month ago, I reported that the glance dimensions on my real device (forerunner 255s) was not the same as in the simulator: https://forums.garmin.com/developer/connect-iq/i/bug-reports/simulator-bug-sdk-4-2-3-wrong-width-for-glanceview-in-fr255s...
  • getOldestSampleTime() and getNewestSampleTime() for stress history returns strange dates in simulator and actual device

    • Acknowledged on
    • 0 Comments
    getOldestSampleTime() and getNewestSampleTime() for stress history returns strange date years 1989 and 2043 in the simulator and on an actual device (tested only on a VA4S) Sample times on individual samples (SensorSample.when) seem correct.
  • VS Code plugin and simulator bugs

    • Acknowledged on
    • 2 Comments
    I've noticed 2 behaviors of the plugin that would be good to have fixed. 1) Often (always?) the first time the simulator is run the simulator window is displayed but the simulation does not start and the DEBUG CONSOLE in VS Code shows "Unable to connect...
  • Cannot upgrade apps when all installation slots full

    • Acknowledged on
    • 0 Comments
    In the Connect IQ app (iOS), app updates are queued but never get installed if all installation slots are full. There should be a warning message at least to tell the user to uninstall one app to be able to update.