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. 

  • HRV intervals failure on F7X (CIQ 11.28) and various devices inc Venu family

    • Acknowledged on
    • 3 Comments
    All my apps worked fine before 11.28 release on Fenix 7X. Reports of Venu 2 and S failing also. My code had been unchanged for about a year!! https://forums.garmin.com/developer/connect-iq/f/discussion/326877/possible-venu-fenix7x-firmware-issue/1587037#1587037...
  • mistakes in the documentation of the FitContributor

    • Acknowledged on
    • 0 Comments
    I was struggling to use the FirContributor for one of my apps and I believe the are some mistakes in this documentation: https://developer.garmin.com/connect-iq/api-docs/Toybox/FitContributor.html createField needs to be called on a session created...
  • mistakes in the documentation of the ProgressBar

    • Acknowledged on
    • 0 Comments
    I believe the are some mistakes in this documentation: https://developer.garmin.com/connect-iq/api-docs/Toybox/WatchUi/ProgressBar.html In multiple places it mentions `Ui.` but I think it should be `WatchUi` e.g. class MyProgressDelegate extends...
  • test: less-than symbol greater-than

    • Acknowledged on
    • 0 Comments
    Error: Symbol Not Found Error Details: 'Failed invoking <symbol>' Stack: Encountered app crash.
  • test: less-than, greater-than inlined (not in code block)

    • Acknowledged on
    • 0 Comments
    <iq:application entry="CommExample" id="a3421feed289106a538cb9547ab12095" name="AppName" launcherIcon="LauncherIcon" type="widget" minSdkVersion="1.3.1"> <iq:trialMode enable="true"> <iq:unlockURL>a.custom.unlock.url.info</iq:unlockURL> </iq:trialMode...
  • test: less-than, greater-than in code-block

    • Acknowledged on
    • 0 Comments
    <iq:application entry="CommExample" id="a3421feed289106a538cb9547ab12095" name="AppName" launcherIcon="LauncherIcon" type="widget" minSdkVersion="1.3.1"> <iq:trialMode enable="true"> <iq:unlockURL>a.custom.unlock.url.info</iq:unlockURL> </iq:trialMode...
  • Still Error Name: Unhandled Exception when calling Toybox.Application.Properties.getValue

    • Acknowledged on
    • 9 Comments
    win/eclipse/4.1.7 Error Name: Unhandled Exception Occurrences: 9 First Occurrence: 2023-03-09 Last Occurrence: 2023-03-10 Devices: epix (Gen 2) / quatix® 7 Sapphire: 8.23 <= no current firmware Instinct® Crossover: 11.18 <= the newest one I've just...
  • Apps' new updates can not be seen after several days in apps.garmin.cn

    • Acknowledged on
    • 0 Comments
    Example https://apps.garmin.com/en-US/apps/244dbbc7-a788-4068-bb76-612f006cfbd0#0 version 4.0.6 https://apps.garmin.cn/en-US/apps/244dbbc7-a788-4068-bb76-612f006cfbd0#0 version 4.0.5 Anything wrong? Maybe the tunel was down due to the GFW
  • Build Error: for Sq2 app publishing complications on SDK 4.2.1

    • Acknowledged on
    • 0 Comments
    I can build my app for the sim for all devices that support publishing complications except for the SQ2. I get this error: ERROR: venusq2: Invalid device configuration complication icon resolution. Update the device with the Connect IQ SDK Manager and...
  • [CRASH] Sq2 on Sim: exitTo() for Calories complication crashes the Sim

    • Acknowledged on
    • 0 Comments
    Complications. exitTo (id) where id is the complicationId for COMPLICATION_TYPE_CALORIES crashes the Sim. Works fine on the real device.