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. 

  • [BUG] iOS Connect IQ app version 2.25 uninstalls wrong watch face

    • Acknowledged on Jan 5, 2024
    • 1 Comment
    Several times since updating to 2.25 the app uninstalls the wrong watch face and the list faces installed is incorrect. Restarting the app shows the corrected list of faces. Second bug is that when restarting the app (which I seem to need to do more...
    • Dec 21, 2023 5:05 PM
  • Issue with Complications.exitTo() - exception if launching an app (widget)

    • Acknowledged on Jan 5, 2024
    • 2 Comments
    On a real devices (tested on Venu 2+ SW 17.04) Complications.exitTo() exception is thrown in CIQ watchface on Venu2+, if launching an CIQ app (widget). Built in Complications are ok (like BodyBattery). On Simulator it works correctly. // code snippet...
    • Dec 19, 2023 5:59 AM
  • Bug: Communications.openWebpage removes hash # from url

    • Acknowledged on Dec 20, 2023
    • 2 Comments
    Using the following line of code: Communications.openWebPage(url, params, options); With a var url of the form 'https://www.example.com/sub#' And a var params of the form { param1 => 'value1' } And a var options of the form {} On the phone...
    • Dec 19, 2023 1:48 AM
  • Address recent tidal wave of SPAM / low-quality watch faces in the CIQ store

    • Acknowledged on Dec 18, 2023
    • 8 Comments
    Recently, a handful of developers are publishing dozens of low-quality watch faces each week. As a customer , it is making it impossible to find new, quality watch faces and sift through this junk. Why even look if it's either stuff that was launched...
    • Dec 18, 2023 2:21 AM
  • Activity recording: session.start crashes the app and simulator on SDK 6.4.0+

    • Acknowledged on Dec 18, 2023
    • 2 Comments
    you can follow my discussion thread here https://forums.garmin.com/developer/connect-iq/f/discussion/353984/watch-app-activity-recording-session-start-freezes-the-app-and-the-simulator/1705078#1705078 Steps to reproduce, Try running the "Record...
    • Dec 11, 2023 12:01 PM
  • :nativeNum field is ignored by Garmin Connect so accessories can't be integrated properly

    • Acknowledged on Dec 13, 2023
    • 5 Comments
    Currently, when writing fields to FIT data that correspond to native fields, with the :nativeNum field populated, they are shown in Garmin Connect as ConnectIQ fields. Why is this a problem? Whilst Garmin's support of hardware accessories is pretty...
    • Dec 11, 2023 6:11 AM
  • accessing dictionary data is not consistent

    • Acknowledged on Dec 13, 2023
    • 9 Comments
    this code (I can't reproduce real error on sim or my watch, so snippet) var d = {0 => "t"), x; x = d[1]; on some devices causes Array Out Of Bounds Error but x = d.get(1); returns null, as is expected. Error Name: Array Out Of Bounds...
    • Dec 11, 2023 12:31 AM
  • BUG Simulator: Time Simulation is not available for Widget/Glance

    • Acknowledged on Dec 13, 2023
    • 9 Comments
    When the sim is showing a widget/glance the Time Simulation menu option is grayed out. pete
    • Dec 6, 2023 8:02 PM
  • BUG OAUTH in CIQ 6.4.0

    • Acknowledged on Dec 13, 2023
    • 1 Comment
    I am using Toybox.Authenticate. makeOAuthRequest , and in the call back I'm expecting two dictionary items, code and state. The state is being returned but the code which is 801 or 802 characters is not being returned to the callback in CIQ 6.4.0. On...
    • Dec 5, 2023 11:34 AM
  • CIQ Simulator 6.4.1 and Mac Sonoma 14.1.2 (23B92)

    • Acknowledged on Dec 5, 2023
    • 3 Comments
    I started the day with an update from Apple Sonoma 14.1.2 (23B92) and now the CIQ Simulation is non responsive. Typical Monday, lol. The Simulation opens and I can press any simulation button once. After pressing the Simulator, it is non...
    • Dec 4, 2023 3:42 PM