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 Report: app update process is broken.

    • Ticket Created on
    • 4 Comments
    I apologize if this question has been raised in the past. My users and I are experiencing weird app update issues. It seems that Garmin Connect and IQ Store apps are out of sync. Here's what happens after update roll-out (one of the following, I have...
  • Valid SVG, but fails to compile with org.apache.batik.transcoder

    • Ticket Created on
    • 1 Comment
    Hey folks — love the new SVG resource feature! I've been exporting SVGs using Abode Illustrator, and I noticed that certain valid SVG files can cause the compiler to fail. By default, Adobe doesn't seem to include width="..." height="..." attributes...
  • API access to the Performance Condition data

    • Ticket Created on
    • 1 Comment
    It would be nice if the "Performance condition" could be exposed in the API (Toybox.Activity.Info?). Since it is logged to the .fit-file one would think it's available at realtime
  • Garmin Express does not implement fallback to default language (english) resources

    • Acknowledged on
    • 6 Comments
    Use case: You want to localize your app but you have many settings and also some texts on the watch face. If you translate all resource strings (settings and watch facing strings) then the size of the prg file becomes way too large if you localize towards...
  • Toybox.Weather.CurrentConditions.observationLocationName returning null as string

    • Ticket Created on
    • 17 Comments
    Hi, 2 users have reported to me that the location showed in my watchface is null, in my code I make a null check so if the value of Toybox.Weather.CurrentConditions.observationLocationName is null I finish the function and nothing is printed, but they...
  • makeImageRequest() in sync mode causes Array Out Of Bounds Error

    • Ticket Created on
    • 2 Comments
    Hi guys, I’m encountering an error when using Toybox.Communications.makeImageRequest() with wifi / sync mode. Problem: When downloading images with makeImageRequest() via wifi in sync mode in a subclass of Communications.SyncDelegate the app tends...
  • Custom Menu renders differently in Simulator and Real Device on touch screen devices

    • Ticket Created on
    • 0 Comments
    Custom Menu from Menu2 subsystem renders differently in Simulator and on Real Device when targeting touchscreen-based devices (tested on Vivoactive 3 and Venu Sq). When on Simulator, extra 2 pixels added in between all menu items, including Title and...
  • Fix the android connect app (installation/uninstallation of watchfaces)

    • Ticket Created on
    • 0 Comments
    Currently there are 2 problems: Problem 1 - installation/update of watchfaces It would be nice to install and update watchfaces in a blocking way or via a background service with a feedback notification (e.g. "10% of watchface X download" and "Watchface...
  • error bug getHeartRateZones

    • Ticket Created on
    • 2 Comments
    Today I've probably found another error on some type of devices (for sure on fenix 5X 006-B2604-00 FV21.00 ciq 3.1.8 and probably on Venu Sq) . this code: using Toybox.UserProfile as USP; var U = USP.getHeartRateZones(USP.HR_ZONE_SPORT_GENERIC);...
  • error in Toybox.Activity

    • Ticket Created on
    • 1 Comment
    After few days of fight with crash my wf on some type of devices (for sure on fenix 5X 006-B2604-00 FV21.00 ciq 3.18 and probably on Venu Sq) I 've discover cause - return null instead value. getActivityInfo() ⇒ Toybox.Activity.Info Get the current Activity...