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. 

  • Feature Request: Changeable/Dynamic Glance Icon

    • Acknowledged on Feb 5, 2024
    • 1 Comment
    Currently the Glance icon of Connect IQ apps is only the app icon and can't be changed. Please add a way to change the glance icon in the SDK as a lot of apps could benefit from being able to dynamically change the icon to include relevant data (such...
    • Jan 27, 2024 11:05 PM
  • Tuple type casting is inconsistent, and different from other kinds of type cast

    • Acknowledged on Feb 5, 2024
    • 0 Comments
    Given: var x as Array<String> = [42, 42] as Array<String>; // Fails, despite explicit cast var y as [Number, Number] = [42, 42]; // Works, tuple type is inferred var z as Array<String> = y as Array<String>; // Works var w as Array<String> = 42 as...
    • Jan 27, 2024 4:50 PM
  • The new ResourceId type for resources in sdk-7 is a breaking change

    • Acknowledged on Jan 29, 2024
    • 4 Comments
    For example, if you have an Array of string ids, prior to sdk-7 you would have to declare and use it like this: var strings as Array<Symbol> = [Rez.Strings.S1, Rez.Strings.S2] as Array<Symbol>; var string as String = WatchUi.loadResource(strings...
    • Jan 27, 2024 2:08 AM
  • Various issues with tuple types introduced in 7.x beta

    • Acknowledged on Jan 29, 2024
    • 3 Comments
    Tuple types are a welcome addition to the language, but create some issues. Some are just temporary during the transition, others are more fundamental. For example, the blog post shows the old way: // So much ugly typing function getInitialView...
    • Jan 26, 2024 5:45 PM
  • Change "Install Queued" to "Please Sync"

    • Acknowledged on Jan 29, 2024
    • 4 Comments
    this seems to be the bulk of my support questions i get these days. Can Garmin please change the wording so it's more clear what the users need to do? sync required, please sync, anything that is more obvious to people
    • Jan 25, 2024 4:33 PM
  • [BUG] Connect IQ apps are allowing incompatible apps to be installed

    • Acknowledged on Jan 23, 2024
    • 6 Comments
    See this thread for details: https://forums.garmin.com/developer/connect-iq/f/discussion/357669/complications-updatecomplication-crashes/1721706#1721706 The only reason I can think of that calls to the Complications API would crash is if the installation...
    • Jan 21, 2024 3:56 PM
  • Launcher icon not rendered correctly on Edge 540

    • Acknowledged on Jan 23, 2024
    • 3 Comments
    A user has reported that the launcher icon for one of my apps is displayed with a white background in the glance loop when it should have a transparent backgound. I've checked the image source is transparent and it's correct. The icon displays properly...
    • Jan 20, 2024 11:20 AM
  • localMoment memory leak

    • Acknowledged on Jan 23, 2024
    • 3 Comments
    A user reported to me that the watchface crashed randomly, twice a day. After diagnostics, the issue is confirmed to be related to the 2nd timezone feature. I use api ' localMoment' to calculate the local time of a city, but the API seems leaking memory...
    • Jan 20, 2024 1:18 AM
  • iOS App: device from IQApp incorrectly returned from ConnectIQ when data transmitted

    • Acknowledged on Jan 23, 2024
    • 0 Comments
    I have an iOS app that works with multiple devices. I have implemented: func receivedMessage ( _ message: Any , from app: IQApp) as required to receive Bluetooth messages from devices. I am using ConnectIQ 1.5.1. I am testing with the Garmin example...
    • Jan 15, 2024 4:17 PM
  • [BUG] Complications.exitTo() for Complications.COMPLICATION_TYPE_WEEKLY_BIKE_DISTANCE opens wrong app

    • Acknowledged on Jan 23, 2024
    • 0 Comments
    affects all watches that support complications The bug is that Complications. exitTo () for Complications.COMPLICATION_TYPE_WEEKLY_BIKE_DISTANCE opens the built-in app to show last run rather than last bike ride. Works find in the sim but on every...
    • Jan 14, 2024 3:20 PM