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. 

  • App updates(apps.garmin.com) not synced to IQ store Chinese Version(apps.garmin.cn)

    • Ticket Created on
    • 12 Comments
    Perhaps this problem can only be solved by the Garmin team. I have an app called 极简中文表盘. Right now its latest version is 0.04 at Connect IQ store ( apps.garmin.com/.../244dbbc7-a788-4068-bb76-612f006cfbd0). However, what confuses me is the version...
  • Feature-request: add pre-processor with inline functions to Monkey C

    • Acknowledged on
    • 19 Comments
    Please consider adding some pre-processor to Monkey C, similar to C. For example we could have inline functions. It would make developers life much easier: the readability of the code would improve, in many cases the binary size could be decreased litte...
  • Connect IQ Mobile SDK build errors on M1 Mac

    • Ticket Created on
    • 4 Comments
    Hello, When building for iOS simulator using the Connect IQ Mobile SDK 1.4 on Xcode 12.5.1 on an M1 Mac running macOS 11.4 , I am seeing build errors like this: Undefined symbols for architecture arm64: "_OBJC_CLASS_$_IQApp", referenced from: ...
  • Security Warning: Unsigned Eclipse Plug-in

    • Ticket Created on
    • 1 Comment
    The following parts of the Eclipse plug-in are unsigned and thus trigger a security warning: plugins\IQ_AppSettingsEditor_4.0.4.jar plugins\IQ_IDE_4.0.4.jar plugins\IQ_PackageWizard_4.0.4.jar features\connectiq.feature.ide_4.0.4
  • SDK Manager Bugs

    • Ticket Created on
    • 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(...
  • In App Settings causing device restart - reproducible

    • Ticket Created on
    • 4 Comments
    Hi there, Two of my apps (TrainingHR and InTheZone, that I've tested), both generate the following restart condition on an Edge 530. Completely reproducible. There is no error recorded in the App Logs, but there is a device error log (below). Both...
  • wf can't find property

    • Ticket Created on
    • 4 Comments
    sdk 4.0.3 eclipse plug in 4.0.4 eclipse Version: 2021-06 (4.20.0) Build id: 20210612-2011 windows 10 watch face minSdkVersion 2.4.0 form era: Error Name: Unhandled Exception Devices: Venu® Sq: 2.70 Languages: dut using Toybox.Application.Properties...
  • Users are reporting app being removed when updating via GCM

    • Ticket Created on
    • 5 Comments
    This has been happening for months now, the only solution that has worked is to direct uses to install via Garmin Express.
  • File Not Found Error after calling Storage.setValue on some devices

    • Ticket Created on
    • 2 Comments
    sdk 4.0.3 eclipse plug in 4.0.4 eclipse Version: 2021-06 (4.20.0) Build id: 20210612-2011 windows 10 watch face minSdkVersion 2.4.0 1. when saving array of float Error Name: File Not Found Error Devices: fēnix® 5X Plus: 11.00 App Versions: 1.16...
  • Venu SQ error on getOxygenSaturationHistory

    • Ticket Created on
    • 9 Comments
    Hi, Im using this code to retrieve and use oxygen saturation history, it works on all devices except Venu SQ, why???? if ((Toybox has :SensorHistory) && (Toybox.SensorHistory has :getOxygenSaturationHistory)) { sample = SensorHistory.getOxygenSaturationHistory...