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. 

  • SDK Manager Bugs

    • Ticket Created on Jul 19, 2021
    • 9 Comments
    1. Wrong character encoding in the installer: <screenshot missing due to forums bug> 2. wxWidgets Debug Alert on first start: <screenshot missing due to forums bug > ..\..\src\msw\dir.cpp(412): assert ""IsOpened()"" failed in wxDir::GetFirst...
    • Jul 17, 2021 11:48 AM
  • Type checker doesn't allow Number methods to be called on integer enum (such as AntPlus.ThreatLevel) without type cast

    • Acknowledged on Aug 7, 2024
    • 2 Comments
    e..g var bikeRadar = new AntPlus.BikeRadar(null); var radarInfo = bikeRadar.getRadarInfo(); if (radarInfo != null && radarInfo.size() > 0) { var threatStr = radarInfo[0].threat.format("%d"); } The preceding code produces the following error...
    • Aug 6, 2024 7:06 PM
  • bug: TONE_ERROR and TONE_KEY are silent on real fr965 device

    • Acknowledged on Apr 2, 2024
    • 2 Comments
    I was testing an app on a real device (fr965) and the TONE_ERROR and TONE_KEY are not making any noice. Both tones do work as expected on other real devices I tried (ee2, f6) I hope that this is the right place to report. PS: easiest way to reproduce...
    • Mar 31, 2024 6:06 AM
  • Connect IQ should respect setLocalOnly flag for notifications

    • Ticket Created on Mar 4, 2022
    • 2 Comments
    There is flag in for android notification that marks situation when notification should not be forwarded to smart watch. https://developer.android.com/reference/android/app/Notification.Builder#setLocalOnly(boolean) But it looks like Connect IQ app...
    • Mar 4, 2022 10:49 AM
  • bug: Position.enableLocationEvents crashes in vivoactive6

    • Acknowledged on Apr 3, 2025
    • 1 Comment
    var options = { :acquisitionType => Position.LOCATION_CONTINUOUS }; Position. enableLocationEvents (options, null); crashes: Error: Unhandled Exception Exception: Unsupported configuration option SDK 8.1.1, simulator see...
    • Apr 3, 2025 10:25 AM
  • bug: Supported Data Types in mobile sdk: Integer instead of Number

    • Acknowledged on Feb 28, 2025
    • 3 Comments
    In https://developer.garmin.com/connect-iq/core-topics/mobile-sdk-for-android/ under the Supported Data Types there's: Java int, Integer => Monkey C Integer. However in Monkey C Integer is Number or Long, so IMHO this is a bug in the documentation...
    • Feb 28, 2025 2:00 AM
  • SDK Connect Iq 4.2.0 Beta 2 - Provide a way to ignore individual compiler warnings

    • Acknowledged on Feb 20, 2025
    • 2 Comments
    Request: provide a way to mark a line of code to not generate a warning (I still would like to receive warnings but not for the lines that I already have evaluated or where warnings can not be solved ) The sdk 4.2.0 beta 2 brings some extra intelligence...
    • Jan 30, 2023 4:01 PM
  • Interfaces seem to be broken with functions.

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    https://developer.garmin.com/connect-iq/monkey-c/monkey-types says that An interface type requires a class to contain a set of member declarations. The members can be member variables and functions. It goes on to give examples with member variables...
    • Jan 22, 2023 4:54 PM
  • CIQ store website still doesn't allow newlines in reviews or review replies

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    Regardless of how many newlines you type in your actual app review or reply, the store just renders everything as one huge wall of text (with no newlines). This limitation is just ridiculous, because it makes it hard to write a coherent review with paragraphs...
    • Nov 2, 2022 2:29 PM
  • FitContributor Garmin Connect missing Lap data

    • Acknowledged on Feb 20, 2025
    • 5 Comments
    My app records FIT data for a strength training session and uses addLap() method to differentiate between sets. The Lap data used to be available to users in Garmin Connect but no longer appears, see red arrow in image below. Laps used to appear as...
    • Jun 24, 2020 6:19 AM