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. 

  • Wrong Time Stamp with UserActivity startTime

    • Acknowledged on
    • 1 Comment
    hi, with ECLIPSE 2021-12, SDK 4.1.3, Window 10, devices updated. when trying to get the start time for an Activity in Toybox.UserProfile.getUserActivityHistory() it seems to be Garmin TimeStamp (since 01/01/1990 00:00) instead of UNIX timestamp...
  • Fenix 7 series - onPartialUpdate() stops working after 2 or 3 days (always on seconds stop working)

    • Acknowledged on
    • 11 Comments
    The seconds rendering of my watch faces stop working after a runtime of 2-3 days. This issue is currently only seen on F7 series devices. Other "older" models like the F6/F5+/F5 work perfectly. My watch faces display one of the most enhanced always on...
  • Watchface missing in IQ-Store

    • Ticket Created on
    • 7 Comments
    Hi, my published watch face Analog Switch is missing in IQ-Store since some weeks. I can find it with the search function but it is not visible in Analog Watch Faces category that’s selected for it. In old website store is visible but not in ConnectIQ...
  • Menu2 on Fenix7x will quit automaticly given without any operation for a while

    • Ticket Created on
    • 4 Comments
    Hi,CIQ team, Some of my fenix7x users reported me that my app JumpJump Pro would quit automaticly on a menu2 page after serveral seconds ildeness and the content displayed turned out to be a normal activity recording homepage just like Running or so...
  • Test methods is(), isnt() and ok()

    • Ticket Created on
    • 3 Comments
    I think it is nice to have some easier, less typing test method function names: * Test.assertEqualMessage() as is() * Test.assertNotEqualMessage() as isnt() * Test.assertMessage() as ok() This would allow way less typing, eg: Test.is(needle, haystack...
  • excludeAnnotations work inconsistently in barrels vs barrel projects

    • Ticket Created on
    • 0 Comments
    Given this BarrelTest.mc module BarrelTest { (:one) const Konstant = 2; (:two) const Konstant = 1; } and this monkey.jungle project.manifest = manifest.xml base.excludeAnnotations = one If I try to build the barrel project, I get...
  • Descent G1 Solar power mode doesn't apply

    • Ticket Created on
    • 0 Comments
    A new power mod can be created, but the created power mod cannot be applied.
  • Bad simulation in simulator

    • Ticket Created on
    • 11 Comments
    Implementing an app for a touchscreen device is risk is you don t own a touch screen device. Once again I face an issue and I am blind to fix it. On VEnu2s my app craches when the user press the 'lap' button, it works perfectly in simulator, and seems...
  • SIMULATOR BUG: CIQ 4.1.x changes in the value of DeviceSettings.isGlanceModeEnabled

    • Ticket Created on
    • 9 Comments
    In the simulator in CIQ 4.0.x, the value of DeviceSettings.isGlanceModeEnabled was always *true* for devices that supported widget glance views. This appears to have been changed in CIQ 4.1.x as the value of DeviceSettings.isGlanceModeEnabled is now...
  • The ownership model for array settings needs to be documented

    • Ticket Created on
    • 1 Comment
    Prior to array settings, all the properties managed by the connect app were value based - your program could get the value via Application.Properties.getValue(), and the only way to change it was via Application.Properties.setValue(). With array settings...