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. 

  • a strange problem with BufferedBitmap

    • Acknowledged on
    • 2 Comments
    A user has reported a problem with one of my watch faces on Fenix 7s ( https://apps.garmin.com/pl-PL/apps/c19f2a45-9feb-44ae-9582-f858a1a1b893 ). I don’t own a Fenix, but the problem shows also on the emulator. To my humble eyes it looks like a possible...
  • [BUG] makeReviewTokenRequest does not work on watch faces

    • Acknowledged on
    • 7 Comments
    makeReviewTokenRequest works in the sim and it is working for my submitted apps but not for watch faces. I can't tell what is failing but so far I've seen no reviews for the watch faces and I'm not prompted to review them on my watches. Works fine...
  • Type checker prevents usage of % values for x/y/width/height in layout xml (drawable element)

    • Acknowledged on
    • 0 Comments
    SDK: 6.2.1 (existed since 4.1.7 at least) Recreation procedure: 1) modify Selectable sample as follows: - open button_layout.xml - on the first button, change x="40" to x="40%" (this should be valid button xml - certainly the resource compiler...
  • Bug: Stryd Zones Connect IQ Dat Field reverts to Timer

    • Acknowledged on
    • 2 Comments
    I set the data field in the Run Activity, then either go back to the main menu, or start a run activity which correctly shows the field, then end it and go back to the main menu. The next run activity I start again has Timer instead of the Stryd Zones...
  • Watchface is not showing in app store

    • Acknowledged on
    • 7 Comments
    I have upload a new version of my watchface. Since this time the face is missing in store. With a search I can find it, but it’s not show in the defined category. I have changed the category from analog to simple, renamed the app, but nothing help...
  • println doesn't work on 6.2.1 on console

    • Acknowledged on
    • 3 Comments
    After upgrade the SDK to 6.2.0/6.2.1, I found that the println doesn't work on console. I tried it on windows and linux console, neither works. I just built a vscode project and it works. But I think the console should have worked. This is the console...
  • 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...