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. 

  • Tools not working SummaryType Bug

    • Acknowledged on
    • 3 Comments
    When in the Garmin Connect Developer Program, I use to be able to use the Data Generator, Data Viewer and more to test some api work. However it now fails because I cannot select a SummaryType. Interestingly enough the field name is in the form but no...
  • Garmin Connect not syncing the correct data with other apps

    • Acknowledged on
    • 0 Comments
    I have a Garmin Instinct 2 and iPhone 13 Pro. Although I set up everything correctly and enabled sync between Garmin Connect and Apple Health, I noticed that steps are not showing correctly when automatically pushed to Apple Health. It's always that...
  • Unable to test the default new project with run test

    • Acknowledged on
    • 1 Comment
    Every time I try to run the watch app with the run test on vs code, the watch load and then just quite. But if I load the same app in with the Run and Debug button form VS code it works. Why?
  • ICON BUG

    • Acknowledged on
    • 0 Comments
    therer´s a some icons the lost in mobil store
  • 3rd Party apps using the Garmin name

    • Acknowledged on
    • 0 Comments
    Something that concerns me is that it seems 3rd party developers can use the word Garmin in their app names or even their developer name. When I search the Connect store for the word Garmin it pulls up apps such as GarminSMS, UFC for Garmin, or Garmin...
  • Can't see my app in Connect IQ store even 10 hours after upload

    • Acknowledged on
    • 1 Comment
    I uploaded version 91 and 92 of https://apps.garmin.com/en-US/apps/8cfc5bd9-0835-4522-b3a0-fd3dfbfc58d2 (beta DF) more than 9 hours ago and I still see yesterdays' version: 90.
  • #WARNING# CIQ store out of sync with the uploaded app version

    • Acknowledged on
    • 4 Comments
    #WARNING# The CIQ store is out of sync with the uploaded app version. This behaviour is seen in Germany since 2022.09.19 (2 days). All uploaded app versions in the developer dashboard are not available in the Connect IQ store app on the mobile device...
  • Display updates occur at faster than 1Hz when awaking from sleep mode on Epix 2

    • Acknowledged on
    • 6 Comments
    On the Epix 2, when waking from sleep mode, it seems the display updates get queued up and then all of a sudden a few updates happen at faster than 1Hz initially. It tries to catch up and writes all those updates it is behind. A few seconds later the...
  • Toybox.ActivityRecording.Session start() do not get GPS fix for SPORT_GENERIC

    • Acknowledged on
    • 5 Comments
    Toybox.ActivityRecording.Session start() do not get GPS fix for SPORT_GENERIC. Please provide a stable GPS position fix to record a proper track with the generic sport profile. If a GPS supported activity is used to get a GPS position, the custom...
  • enum with no integer and no error

    • Acknowledged on
    • 10 Comments
    enum { __1 = "test", __2, __3 = 0 } println in console: test 0 0 but according to doc https://developer.garmin.com/connect-iq/monkey-c/functions/ Note that assigning anything other than an integer will cause an error.