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. 

  • [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.
  • Don't refresh screen

    • Acknowledged on
    • 3 Comments
    Hello, I have created an application with a lot of drawings that I would like to optimize, as most areas are only refreshed once every 5 minutes or even once an hour. The problem is that everything I develop on the simulator is different on the hardware...
  • Wrong sunset times after GPS location on the watch times out?

    • Acknowledged on
    • 10 Comments
    Wrong sunset was 19:17 a month ago, then 19:15 now I get 19:14, that tells me the watch things it's on the other half of the planet, as days are getting longer where I am not shorter. Happening on my F7, F6, F5 and someone else is seeing this on a Venu...
  • Watchface compiled with 4.2.1 cannot read bodybattery on a real device

    • Acknowledged on
    • 13 Comments
    The details are talked in this thread. https://forums.garmin.com/developer/connect-iq/f/discussion/326772/watchface-compiled-with-4-2-1-cannot-read-bodybattery-on-a-real-device
  • Toybox.PersistedContent.Workout remove() API fails on device but works in simulator.

    • Acknowledged on
    • 2 Comments
    MonkeyVersion: [ 3, 1, 3 ] Connect IQ SDK Version 4.1.6 device: 'Edge® 820 / Explore', devicePartNum: '006-B2530-00', Permission Granted to APP Send/receive information to/from the Internet Saved information such as courses, routes, waypoints...
  • continue in a switch statement behaves surprisingly

    • Acknowledged on
    • 1 Comment
    I had a switch statement inside a loop, and expected that continue would go to the next iteration of the loop. But instead, it restarts the switch. This might actually be useful behavior, and I seem to remember at least one other language that did something...
  • Request: Finer control over compiler warnings

    • Acknowledged on
    • 1 Comment
    There are three warnings that mainly serve to obfuscate the compiler output: Glance warnings Complication warnings Rescaling launcher icon warnings These warnings are of limited use yet they fill with compiler output with so many warnings...
  • Complications: Sim launches apps in Glance view, should launch in App view

    • Acknowledged on
    • 2 Comments
    When testing complications from a watch face, the call to exitTo() launches the publisher in Glance mode when it needs to launch it in App mode, showing the full app, just as it does on the real device. The workaround is to select Settings->Glance Launch...
  • Complications: Documentation errors

    • Acknowledged on
    • 0 Comments
    In the Core Topics for Complications in section Subscribing to Complications: The text "To publish a complication" should say something like "To subscribe to a complication". The sample code uses the variable named complicationId for the iteration...
  • SDK 4.2.1 breaks compatibility with fenix 6 (only in simulator?)

    • Acknowledged on
    • 25 Comments
    Both fenix 6 and fenix 6 pro now break in the simulator (worked fine in 4.1.7). fenix 6 breaks with an out-of-memory error when pressing Enter key on the glance view. I added breakpoints to the widget entry points, but the widget is never loaded, it runs...