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. 

  • VSC 1.0.10 Extension has some issues

    • Acknowledged on Nov 30, 2023
    • 0 Comments
    1) With my apps that publish complications, opening the manifest editor removes the ComplicationPublisher permission 2) it doesn't seen to remember the last used path names for exports and "Build for Device" 3) I exported two apps, and from then...
    • Nov 22, 2023 1:06 PM
  • Fix bug when uploading app to connect IQ with emojis in description

    • Acknowledged on Nov 28, 2023
    • 0 Comments
    The entire process fails when uploading an app with emojis in the description. Alert the user t hat he cannot use emojis or just accept the emojis!
    • Nov 21, 2023 11:01 PM
  • Face it not displaying complications with units UNIT_TEMPERATURE correctly

    • Acknowledged on Nov 20, 2023
    • 7 Comments
    If I have a public complication published with UNIT_TEMPERATURE, I'd expect this to be converted and displayed depending on the watch setting for units -> Temperature. i.e. I expect that if I publish a value of 30, this would display as 30 if the watch...
    • Nov 20, 2023 12:50 PM
  • String.substring(x, null) throws error on Vivoactive 4 - SDK 6.4.0

    • Acknowledged on Nov 20, 2023
    • 1 Comment
    Calling String.substring() with endIndex = null throws the following error on Vivoactive 4 after upgrading SDK from 6.2.0 -> 6.4.0: Error: Unhandled Exception Exception: UnexpectedTypeException: Expected Number/Float/Boolean/Long/Double, given null...
    • Nov 19, 2023 5:30 PM
  • Daily forecast shows the previous day

    • Acknowledged on Nov 28, 2023
    • 3 Comments
    Hi, I have a watchface which shows the weather forecast for the current day and next 2 days, for it I use the Weather API, Weather.getDailyForecast(), it works ok for everybody except 2 users, they have reported me that the first day of the forecast...
    • Nov 19, 2023 9:21 AM
  • getStressHistory crashing

    • Acknowledged on Nov 20, 2023
    • 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);...
    • Nov 17, 2023 11:05 AM
  • Bug: SDK 6.4 AudioProvider is broken

    • Acknowledged on Nov 20, 2023
    • 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:...
    • Nov 17, 2023 9:56 AM
  • Connect IQ SDK 6.4 Manifest editor's "App UUID" field does not allow switching between Beta and Relase UUIDs

    • Acknowledged on Nov 20, 2023
    • 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...
    • Nov 16, 2023 11:05 PM
  • SIMULATOR BUG: no GNSS (GPS) position returned on Activity app type when using MacOS

    • Acknowledged on Nov 20, 2023
    • 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...
    • Nov 16, 2023 5:11 PM
  • Garmin BLE cannot find an advertising device

    • Acknowledged on Nov 20, 2023
    • 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...
    • Nov 16, 2023 4:49 PM