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. 

  • [BUGS] MacOS simulator bugs

    • Acknowledged on
    • 10 Comments
    Sim crashes randomly, usually if its been running for a while (over an hour?). Happens when I leave my Mac and return to a crashed Sim VS Code debugger cannot connect to the Sim. Usually happens after several runs of an app. Frequently happens after...
  • [BUG] iOS Connect IQ app version 2.25 uninstalls wrong watch face

    • Acknowledged on
    • 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...
  • Issue with Complications.exitTo() - exception if launching an app (widget)

    • Acknowledged on
    • 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...
  • Bug: Communications.openWebpage removes hash # from url

    • Acknowledged on
    • 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,...
  • Address recent tidal wave of SPAM / low-quality watch faces in the CIQ store

    • Acknowledged on
    • 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...
  • Activity recording: session.start crashes the app and simulator on SDK 6.4.0+

    • Acknowledged on
    • 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...
  • :nativeNum field is ignored by Garmin Connect so accessories can't be integrated properly

    • Acknowledged on
    • 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...
  • accessing dictionary data is not consistent

    • Acknowledged on
    • 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 Error...
  • BUG Simulator: Time Simulation is not available for Widget/Glance

    • Acknowledged on
    • 9 Comments
    When the sim is showing a widget/glance the Time Simulation menu option is grayed out. pete
  • BUG OAUTH in CIQ 6.4.0

    • Acknowledged on
    • 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...