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. 

  • Connect IQ fields are missing on Lap view on API Level 5

    • Acknowledged on
    • 8 Comments
    Since the update to Api level 5 the Connect IQ fields disappeared from the Laps overview. I've started a thread about this with more information and trying to figure out how to solve this. I've tested with 2 api versions Venu 2 Plus (4.2.4) and Venu...
  • Parser issue with parenthesized array assignment expressions

    • Acknowledged on
    • 0 Comments
    Given a function foo() that returns an array, you can write foo()[1] = 42; and the compiler accepts it. but (foo() as Array<Number>)[1] = 42; is a parser error. And so is (foo())[1] = 42; ...: no viable alternative at input '(foo())[1...
  • project.optimization directive in monkey.jungle is ignored when set in compiler options to anything but default

    • Acknowledged on
    • 1 Comment
    Normally I want my compiler options always set to optimization level "Slow" and only for projects where I'm getting issues I would like to override it to another level, but the project.optimization level is completely ignored when it's not set to default...
  • bug: sdk 7.1.0 both nordic sample apps crash

    • Acknowledged on
    • 0 Comments
    SDK 7.1.0, MacOS: both 12.7.4 and 14.4.1, I tried fr955, fenix6, fr245 in the simulator. Both NordicThingy52 and NordicThingy52CoinCollector samples crash when statring to run in the sim. Note this happens regardless of the nordic dongle (connected or...
  • Garmin Express not showing settings content

    • Acknowledged on
    • 4 Comments
    Express version 7.20.3.0 When I use Connect IQ on my phone to view / change settings in my app ( Sail2WIN ) it all works as expected. When I use the current version of Express to view / change settings on the same app on the same watch, some settings...
  • feature-request: add excludeAnnotations to monkeyc in launch.json

    • Acknowledged on
    • 0 Comments
    Please make it possible to pass excludeAnnotations to monkeyc from launch.json. For example: { "type" : "monkeyc" , "request" : "launch" , "name" : "Run App +FOO-BAR" , "stopAtLaunch" : false , "device" : "${command:GetTargetDevice}" , ...
  • 7/8 Fields Layout in real fr955 device, but not in Sim?

    • Acknowledged on
    • 9 Comments
    I get reports from field that my data field app is not working in 7/8 Fields Layout. But not such layout exist for fr955 in Sim. Are layouts missing in Sim for fr955?
  • bug: Test.assert, Test.assertEqual, Test.assertEqualMessage don't throw exception

    • Acknowledged on
    • 3 Comments
    Both in SDK 6.4.2 and 7.1.0 the following tests should fail (throw an AssertException) but they PASS: (:test) function barAssertTest(logger as Logger) as Boolean { var expected = "FOO"; var actual = "BAR"; Test.assert(expected.equals(actual...
  • Feature request: open NFC for CIQ apps

    • Acknowledged on
    • 1 Comment
    Hi. I work in the payments industry and there is a lot of development happening now in the Point of sales space, where value added services can be created with the use of the mobile phone NFC capabilities and the fact most payment terminals are NFC capable...
  • Access to Datafield settings on Device

    • Acknowledged on
    • 3 Comments
    When you add a datafield with a settings menu it asks for going to the settings. After installing the datafield on a screen you cannot find the settings menu anywhere When you start a workout and go to the workout settings it suddenly shows up. ...