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: Add subSport to Toybox.UserProfile.UserActivity

    • Acknowledged on
    • 0 Comments
    I would like to see subSport added to Toybox.UserProfile.UserActivity. The sportType is not specific enough for an application that I want to do.
  • Settings data corruption continues to be a problem

    • Acknowledged on
    • 4 Comments
    I have seen that app settings data corruption happens on many models without explanation. This continues to be a problem. It seems to happen more often when there is a property defined eg. < property id = "Park" type = "boolean" > false </ property...
  • 404 for URLs in the SDK doc

    • Acknowledged on
    • 8 Comments
    Hi. Every now and then, when I have time, I jump on my macbook, and I say, "let's try something out with the Garmin SDK". I'm pretty much sure, I'd need more velocity to overcome such a problems, but here it is: Under the background services doc page...
  • App with API 6.4.2 doesn't start since firmware 16.22 anymore

    • Acknowledged on
    • 8 Comments
    Hi folks, since the todays firmware on 16.22 on my fenix 7x my app ( https://apps.garmin.com/de-DE/apps/fb178fa4-b5df-4b29-ac2f-cae16b991766 ) can't be started on the watch anymore. There is NO crash screen or anything. The app has no reaction at all...
  • Bug: tactix 7 doesn't load the localized resource after upgrading firmware to 16.22

    • Acknowledged on
    • 8 Comments
    A customer told me his tactix 7 can't display the date in the Czech language correctly after updating firmware 16.22. The watchface loads the strings in resources-ces by 'WatchUi.loadResource(Rez.Strings.text1)', and displays the date using the localized...
  • bug: ActivityMonitor.getInfo values are not set in simulator

    • Acknowledged on
    • 0 Comments
    SDK 6.4.2, simulator, fr955. I start my datafield with the following code in compute: function compute(activityInfo as Activity.Info) { var activityMonitorInfo = ActivityMonitor.getInfo(); if (activityMonitorInfo != null && activityMonitorInfo has...
  • bug: simulated totalAscent in activity data does crazy jumps when paused and resumed

    • Acknowledged on
    • 1 Comment
    SDK 6.4.2, simulator, fr955. I start my datafield with the following code in compute: System.println ( "compute: timerTime: " + activityInfo.timerTime + ", elapsedDistance: " + activityInfo.elapsedDistance + ", totalAscent: " + activityInfo.totalAscent...
  • bug: calories are reseted in simulator when pausing activity data

    • Acknowledged on
    • 1 Comment
    SDK 6.4.2, simulator, fr955. I start my datafield with the following code in compute: System.println ( "compute: timerTime: " + activityInfo.timerTime + ", elapsedDistance: " + activityInfo.elapsedDistance + ", totalAscent: " + activityInfo.totalAscent...
  • Fit contributor data not showing on garmin connect web or mobile

    • Acknowledged on
    • 3 Comments
    I am the author of the "Shotgun Sports" application. The app has a couple of custom fields for the hits, misses, shots and accuracy. I just received a bug report from one of my users (Forerunner 965, Software 17.26) that the custom fields do not show...
  • bug: validateProperty, onValidateProperty are never called

    • Acknowledged on
    • 0 Comments
    Either fix the simulator (sdk: 6.4.2, 7.0.2 beta) to call them, or fix the documentation to explain when they are called and what they are for. See: https://forums.garmin.com/developer/connect-iq/f/discussion/326849/what-is-validateproperty-for ...