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: enable @Strings to be used as default value for a property

    • Acknowledged on
    • 3 Comments
    Please enable us to use @Strings.foo as default value in the properties. The idea is to be able to provide a language specific default value, but enable the user to edit it. Maybe something like: < property id = "foo" type = "string" default="@Strings...
  • SDK Version and Venu Sq

    • Acknowledged on
    • 1 Comment
    Hi, My Venu Sq Music has already had firmware updated and shows Connect IQ : System 5 and API Level : 3.3.1 however the latest SDK is only showing API Level as 3.2, meaning I cannot deploy any of the new metrics. when will the SDK be updated? T...
  • bug in editing settings groups

    • Acknowledged on
    • 41 Comments
    I uploaded a beta datafield to the store to be able to debug the new settings groups: https://apps.garmin.com/en-US/apps/8cfc5bd9-0835-4522-b3a0-fd3dfbfc58d2 When I edit the settings in Connect IQ Store Android the settings are "lost". To reproduce: 1...
  • Connect Iq iOS cannot save group settings

    • Ticket Created on
    • 10 Comments
    In version 2.14 the save button in a group settings does not work. Even worse, when going back to settings the save button disappears.
  • bug: boolean properties with default value true can't be changed in simulator

    • Acknowledged on
    • 23 Comments
    I am on Mac, CIQ 4.1.1. When I have a property with default value true it can't be changed in the simulator. To be more precise: I can seemingly edit and save it in App Settings Editor, but Application.Properties. getValue always returns true, no...
  • bug: simulator's App Settings Editor doesn't have "default" language

    • Acknowledged on
    • 5 Comments
    Most of the CIQ apps I know use the resource/strings/strings.xml to define the English "translation". Unfortunately in the App Settings Editor of the simulator there's no way to switch to the default language.
  • Is there a bug in getStressHistory and getBodyBatteryHistory ?

    • Ticket Created on
    • 12 Comments
    I see some very strange results returned by the recently published getStressHistory function (similar with getBodyBatteryHistory). It is wrong even in simulator, but on a real device it is even worse. sensorIter = SensorHistory.getStressHistory({ :period...
  • Epix2 no system data in simulator . System.getSystemStats(); Symbol not Found Error

    • Ticket Created on
    • 4 Comments
    Hi. var myStats = System.getSystemStats(); On Epix2 this code throws Symbol not Found Error....any idea? No system data on Epix2? Thanks;
  • background and battery draining

    • Ticket Created on
    • 2 Comments
    I don't know if it's a good place for such observation but I describe it here. Wf check if((phone_connection==true) && (data_is_old==true)) and then WF a. save in store info pending_request=true b. calls BAG.registerForTemporalEvent c. reads make_request...
  • bug: simulator only displays 1st setting inside group

    • Ticket Created on
    • 5 Comments
    Simulator only displays the 1st setting of the group <settings> <group id="mainGroup" title="@Strings.AppName" description="@Strings.settingsIntHrGroupTitle" enableIfTrue="@Properties.showIntHr"> <setting propertyKey="@Properties.hrmAntID" title...