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. 

  • Feature-request: add translatable="false" to strings

    • Ticket Created on
    • 3 Comments
    The idea is that sometimes we need a string because of how the system works but it should not be translatable. Sometimes we need a string but we don't want to hard code it in the code, or it is displayed in a place where we need it as a @String, ...
  • Strings in FIT file are cut in half for non-ASCII unicode characters

    • Ticket Created on
    • 4 Comments
    When I set my field to 8 characters, I can indeed enter and save 8 ASCII characters: <setting propertyKey="@Properties.n" title="@Strings.settingsSaveAlias">     <settingConfig type="alphaNumeric" maxLength="8"/> </setting> ( BTW it's not...
  • CIQ fitContribution and CIQ store translations are not displayed on GCM and GC web

    • Ticket Created on
    • 2 Comments
    I know these are probably bugs in the website and in the GCM app, however when I tried to report these things there they kind of sent me to... here. Brandon.ConnectIQ I'll be glad if you could help me to a) verify if the bug is in CIQ (like some translations...
  • Invalid architecture for linux 4.0.3

    • Ticket Created on
    • 0 Comments
    On https://developer.garmin.com/downloads/connect-iq/sdks/sdks.json you can see an incorrect SDK for linux for version 4.0.3 { "version": "4.0.3", "title": "Connect IQ 4.0.3", "release": "June 2, 2021", "mac": "connectiq-sdk-mac-4.0.3-2021-06...
  • Is the buggy antialiasing in simulator also in the watches?

    • Ticket Created on
    • 2 Comments
    Seems that circles drawn with antialiasing are missing parts of their rendering on some watches in the simulator (e.g. Fenix 6 Pro). Antialiasing looks fine on some other devices (e.g. Fenix 7) and circles are ok without antialiasing. Is this an...
  • Feature-request: Improve error messages

    • Ticket Created on
    • 2 Comments
    Garmin: Please improve error messages! Developers: Please add your examples as comments (and vote!) Examples: Error: Unhandled Exception Exception: Key does not exist in Application Properties Error: Unhandled Exception Exception: Key does not...
  • Feature-request: Improve jungle processor

    • Ticket Created on
    • 3 Comments
    Please improve the jungle processor by adding new features. The idea is to give more power to developers to optimize their code. For example to enable to decrease the code size by giving easily usable directory structure and excludeAnnotations. 1. Hardware...
  • Improve documentation: Add api levels and system levels to Device Reference

    • Ticket Created on
    • 8 Comments
    Please add information about the possible system level and api level each device can have to: https://developer.garmin.com/connect-iq/reference-guides/devices-reference/ For example: Fenix 6: min system: 4 max system: 5 min api: 3.2.0 max...
  • System Error on GenericChannel.getDeviceConfig() in edge1030

    • Ticket Created on
    • 4 Comments
    I see some errors in a line of code in ERA: "Error Name: System Error" It happens only on Edge 1030 devices. This is the code in that line: protected function getDeviceConfig () as Ant.DeviceConfig { return GenericChannel. getDeviceConfig (...
  • underscore: app name must be a valid Monkey C identifier

    • Ticket Created on
    • 0 Comments
    Tested with Connect IQ SDK 4.1.3: In manifest.xml iq:application rejects string names that start with an underscore even if the string exists. works: <iq:application name="@Strings.xyz"> failes: <iq:application name="@Strings._xyz"> monkeybrains' error...