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. 

  • Bug: Trial system always responds with 404

    • Acknowledged on
    • 2 Comments
    I have tried with both the testing link ( https://apps.garmin.com/appUnlock?appUnlockRequestId=test ) as described on this page and with a real app. Both always return with a 404. This looks to have been an acknowledged issue for over a year with no resolution...
  • bug: vivoactive3 returns true for ActivityMonitor.Info has :pushes

    • Acknowledged on
    • 15 Comments
    I have the following code in one of my menus: if (ActivityMonitor.Info has :pushes) { addItem(settings, Rez.Strings.activityTypeWheelchairPushWalk, 65000); addItem(settings, Rez.Strings.activityTypeIndoorWheelchairPushWalk, 65086); } And I got...
  • vivoactive 6 - screen becomes cropped

    • Acknowledged on
    • 2 Comments
    Hello Garmin-Team, a user of a vivoactive 6 reported, that a watchface is beeing cropped on the right side and bottom: With SDK 8.1.1 there's no problem. That behavior is not reported or known by any other watch types. I have 2 real devices for testing...
  • bug / feature-request: instead of "Unhandled Exception" give actual exception's name in ERA Viewer

    • Acknowledged on
    • 5 Comments
    We're getting lots of "Unhandled Exceptions" in ERA, but there's no such exception. I don't see any reason why Garmin would intentionally hide the real exception form the developers (especially that the documentation mentions some possible exceptions...
  • Sensor pairing (CIQ System 8) does not work on Fenix 7

    • Acknowledged on
    • 2 Comments
    According to the release notes, the Fenix 7 supports CIQ System 8 starting from version 20.16 ( https://forums.garmin.com/outdoor-recreation/outdoor-recreation/f/fenix-7-series/403727/fenix-7-fenix-7-pro-system-software-20-16 ). However, when installing...
  • Introduce new state for AppBase.onStart method when sensor pairing (CIQ System 8)

    • Acknowledged on
    • 3 Comments
    It would be helpful to have a way to determine whether the initialized application ( AppBase ) is being launched specifically for sensor pairing. This would allow the application to initialize only the components necessary for pairing. In my case, the...
  • Native sensors appearing under Sensors => Connect IQ menu (CIQ System 8)

    • Acknowledged on
    • 0 Comments
    When searching for sensors emitted by CIQ applications under Sensors => Connect IQ on Edge 1040, I would expect to see only the sensors provided by installed CIQ applications. However, both CIQ sensors and native (built-in) sensors are shown. Here is...
  • Edge 1040 reboots when sensor pairing (CIQ System 8)

    • Acknowledged on
    • 0 Comments
    When SensorDelegate.pairingRequired() returns false (as documented here: https://developer.garmin.com/connect-iq/api-docs/Toybox/Sensor/SensorDelegate.html#pairingRequired-instance_function ), Edge 1040 consistently reboots whenever attempting to search...
  • Setting "Touch:Off" on Fenix 8, Forerunner 965 and FenixE fails to set isTouchScreen to false.

    • Acknowledged on
    • 3 Comments
    System.getDeviceSettings.isTouchScreen is returning true after touch is disabled in settings on Fenix 8, Forerunner 965 and FenixE This behaviour is not showing up in the device simulator but is being widely reported on devices https://forums.garmin...
  • Storage.setValue() Lacks Graceful Handling for Large Values and Low Memory

    • Acknowledged on
    • 0 Comments
    The use of Storage.setValue with large amounts of data is associated with several issues. Inconsistent Documentation The documentation for Storage.setValue states: "There is a limit on the size of the Object Store that can vary between devices...