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. 

  • createBufferedBitmap doesn't work correctly since SDK 4.2.1

    • Acknowledged on
    • 6 Comments
    createBufferedBitmap always draws a black background in the simulator for all Fenix 7 series devices and e.g. FR 955 when the transparent color is used. The epix series is working in the simulator. Please fix.
  • Fenix 7 series breaking changes in firmware 11.28 for createBufferedBitmap and SDK 4.2.1

    • Acknowledged on
    • 4 Comments
    The behaviour for createBufferedBitmap changed and the rendering in the watch face app doesn't work as expected and described in the documentation. Previous firmware versions work fine. It seems that the transparent color is not available anymore and...
  • Software Issue: Garmin Fenix 6 Pro 'MARQ Driver NextGen MB' Watch Face Freezes

    • Acknowledged on
    • 4 Comments
    I am writing to report an issue with the software on my Garmin Fenix 6 Pro watch. Specifically, I have installed the "MARQ Driver NextGen MB" watch face (by Manuel B. https://forums.garmin.com/members/c1177e0e5e34451dab516f7db5d752af ) and am experiencing...
  • Bug ActivityRecording.createSession :autoLap

    • Acknowledged on
    • 4 Comments
    The ActivityRecording.createSession with :autolap works properly in the Simulation but not in real testing. I tested with the Fenix7x, Fenix6x and Venu2. Using a saved 400m Track Run session, the :autoLap works in the Simulation. Take the same source...
  • Test

    • Acknowledged on
    • 1 Comment
    This is a test < > <head>Here is some text</head>
  • Incorrect steps insights charts labels

    • Acknowledged on
    • 2 Comments
    Hello! I’ve noticed a small bug in steps insights today. Labels for typical sunday and actual are misplaced with each other. OS: iOS 16.1.1 AppVersion: 4.64.1
  • bug: forum: can't post less-than or greater-than signs

    • Acknowledged on
    • 2 Comments
    it's impossible to post less-than or greater-than signs in an ORIGINAL post (like this, even though it's possible in comments)
  • bug: app trials documentation page has invalid example OR simulator bug

    • Acknowledged on
    • 4 Comments
    On this page: https://developer.garmin.com/connect-iq/core-topics/trial-apps/ there's an example manifest: See in 1st comment, can't post here however this example is invalid or probably more precisely misleading, because it won't work with any...
  • SERIOUS BUGS - SDK 4.2.1

    • Acknowledged on
    • 22 Comments
    Building with SDK 4.1.7 my app looks and acts as expected. My current release on the app store is built with this SDK. Building with SDK 4.2.1 most of the graphics on my app do not appear as they have up till this SDK release. Also... when building...
  • CIQ app crashes on Instinct 2 when resource is used in ActionMenuItem

    • Acknowledged on
    • 1 Comment
    Hi, I have found interesting CIQ crash with instinct 2. The following code results in app crash, when I try to create instance of MainMenu class import Toybox.WatchUi; class MainMenu extends WatchUi.ActionMenu { function initialize () { ActionMenu...