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. 

  • getStressHistory crashing

    • Acknowledged on
    • 9 Comments
    Hi, good day to all. I'm running the code below to get today's stress data: var clockTime = Time.Gregorian.info(Time.now(), Time.FORMAT_MEDIUM); var midnight = new Time.Duration(clockTime.hour*3600 + clockTime.min*60 + clockTime.sec);...
  • Bug: SDK 6.4 AudioProvider is broken

    • Acknowledged on
    • 3 Comments
    Simple application: https://github.com/agentsib/garmin-audio-example (forked from https://github.com/garmin/connectiq-apps and fixed for 6.4). No synchronization server needed. In SDK 6.4 application crashes at startup in simulator. Debug console: ...
  • Connect IQ SDK 6.4 Manifest editor's "App UUID" field does not allow switching between Beta and Relase UUIDs

    • Acknowledged on
    • 2 Comments
    The UUID fields seem useless to me since I typically create a new UUID when first creating a project. This is used for testing and beta releases. Then when I release a product I generate a release UUID. But, then for testing a future version I switch...
  • SIMULATOR BUG: no GNSS (GPS) position returned on Activity app type when using MacOS

    • Acknowledged on
    • 4 Comments
    When running the simulator on MacOS for an activity type app , there is no GNSS position returned. This occurs regardless of the setting for "GPS Quality", "Constellation Configuration" or "Activity Data". There was also a report of something similar...
  • Garmin BLE cannot find an advertising device

    • Acknowledged on
    • 1 Comment
    My device was advertising in this way. But Garmin cannot find the advertising info. I have made a data field app based on https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/would-you-like-some-raspberry-pi-with-your-connect-iq this...
  • bug: Connect IQ SDK 6.4: can't save comments in manifest.xml to source control

    • Acknowledged on
    • 1 Comment
    I installed the latest SDK 6.4, and also downloaded the new descentmk351mm device. I always keep all the devices in my manifest.xml and only have a couple of devices enabled, and the rest are commented out, but now when I added the line: <!-- <iq...
  • exitoTo() fails to start a workout on a Venu Sq

    • Acknowledged on
    • 0 Comments
    calling System.exitTo() to start a workout on a Venu Sq with the latest firmware 5.0 fails to start the workout. Older versions also failed, but after upgrading to 5.0, the problem still occurs and I dd not note the version prior to the upgrade. You...
  • WF crashes in the sim for the Swim2 device

    • Acknowledged on
    • 8 Comments
    6.3.1 SDK, up to date device files, windows 11 if you try to run a watch face for the swim2, you get this in the sim: Error: Symbol Not Found Error Details: Could not find symbol 'initialize' Stack: - initialize() at 704b03c0.mb:2136 0x30001571...
  • Connection issues with Garmin Instinct 2 solar

    • Acknowledged on
    • 0 Comments
    garmin instinct 2 solar can connect to garmin connect app but not garmin connect iq app on iphone. Garmin connect iq does not show up on the Garmin Express app for computer either. Instinct 2s solar does not have this issue. The garmin instinct 2 solar...
  • Communications.makeWebRequest() not handling errors correctly on real devices when downloading workouts

    • Acknowledged on
    • 0 Comments
    When using makeWebRequest() to download workouts with response type HTTP_RESPONSE_CONTENT_TYPE_FIT in the simulator errors are reported back as expected via the responeCallback responseCode. The http status code returned by the server is correctly reported...