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. 

  • Bad ERA logs

    • Acknowledged on
    • 2 Comments
    It happens usually on APAC devices or newest ones (f7/epix2/etc.) Error always Invalid value Error Name: Invalid Value Occurrences: 1 <--- ONLY from one user and only once First Occurrence: 2023-01-08 Last Occurrence: 2023-01-08 Devices: fēnix® 7X...
  • Track Awake Time Accurately

    • Acknowledged on
    • 0 Comments
    The Garmin watches track low heart rate around night time as sleep, even if you are awake. For example I was awake for a few hours last night, extremely restless and moving around. It only tracks me being awake for 5 minutes all night. I hope there...
  • Feature request: more than 256 image resources allowed

    • Acknowledged on
    • 0 Comments
    I have run up against this limitation. I would like to include more than 256 image resources in my application.
  • Feature request: access to the file system

    • Acknowledged on
    • 0 Comments
    I would like to be able to include, reference, read from, and write to files on device storage. This will enable me to include content in my app that doesn't fit neatly into xml resources, e.g. long text, SVGs, or markup languages.
  • Feature request: dynamic resource loading

    • Acknowledged on
    • 2 Comments
    Loading application resources (strings, images, etc.) in Connect IQ is done using symbols. Symbols are a compile-time construct, so any resources I want to put in my application have to be hard-coded in my source files. I would like to be able to reference...
  • Feature request - Buffered string reader

    • Acknowledged on
    • 2 Comments
    I would like to be able to read large strings from Rez in small chunks to avoid slowing down my UI or running out of memory. This is a standard feature in many languages and will enable me to read in long text into my app.
  • bug: const X = null as Array; doesn't give an error with strict typecheck

    • Acknowledged on
    • 4 Comments
    When I compile with -l 3 the following line should give an error: const X = null as Array<Number>; same for: const Y = null as Number; SDK: 4.1.7
  • Not receiving workouts from push service

    • Acknowledged on
    • 0 Comments
    Hello! For a user we are not receiving workout updated from push service. Our app's prod client id is c54aa4aa-73dd-4988-84cb-10e9f2ed64a3 user_access_token 2368ea2e-58ca-41f1-9958-499325e71e69 we checked logs on our side and no errors and it...
  • Cannot run the template app in the simulator (SDK 4.1.7)

    • Acknowledged on
    • 4 Comments
    The template app (when you create a new project) compiles but fails to run in the simulator. Error message: Kill app for launch the app Failed to launch the app: Timeout Failed to run the app: Timeout SDK version: 4.1.7 Device: Fenix 6 Pro...
  • More regressions: Lang.Number.format(), Lang.Array.size(), Graphics.Dc.getFontHeight() (SDK 4.1.7)

    • Acknowledged on
    • 3 Comments
    Cannot find symbol ':format' on type '$.Toybox.Lang.Number' Cannot find symbol ':size' on type '$.Toybox.Lang.Array<Any>' Cannot find symbol ':getFontHeight' on type '$.Toybox.Graphics.Dc' Cannot find symbol ':substring' on type '$.Toybox.Lang.String...