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 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
  • Feature-request: allow mirroring images when adding to activity or sharing them in Garmin Connect app

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    In Garmin Connect app currently we can add pictures to an activity, and can even rotate them when we share. However we can't mirror them (you know the selfies...) It would be an easy to implement and nice feature if you could add a mirror button next...
    • Mar 3, 2022 9:51 AM
  • Device simulator phone app message crash

    • Ticket Created on Mar 4, 2022
    • 1 Comment
    I'm trying to use Communications.PhoneAppMessage and I'm following the example given in the Toybox API documentation as: using Communications; // set up somewhere to store the message var message = new Communications.PhoneAppMessage; // set up phoneMessageCallback...
    • Mar 3, 2022 5:06 AM
  • Too Many Timers: Timer.stop() doesn't free Timer on Fenix 6

    • Ticket Created on Mar 1, 2022
    • 1 Comment
    I have a view that spins up a timer in the `onShow` and tears it down in the `onHide`. On a device like the Venu 2S, this works as expected: I can show and hide the view as many times as I want. On a Fenix 6 however (and perhaps other button-based...
    • Feb 27, 2022 7:09 PM
  • ERROR: Unsupported operation xor

    • Ticket Created on Mar 1, 2022
    • 5 Comments
    SDK 4.0.7 (can't run anything more recent on Linux) /opt/connectiq-sdk-linux/bin/monkeyc -w -l 3 \ -o bin/TowplaneSK.debug.prg \ -d d2charlie \ -c 3.0.0 \ -y ../Keys/GarminConnectIQ-release-key.rsa.der \ -f ./monkey.jungle ERROR: Unsupported operation...
    • Feb 27, 2022 10:56 AM
  • Rez.Strings. resources are null on fenix6 pro in background scope

    • Ticket Created on Mar 1, 2022
    • 2 Comments
    Fenix 6 pro should support Resource strings in Background scope, somehow on the real device the Rez.Strings.my_string return null. Works fine in the simulator and on other devices like the Venu. Example: resource = Rez.Strings.notifyHalfwayObjective;...
    • Feb 25, 2022 4:39 PM
  • Getting CIQ errors when changing settings on watch face

    • Ticket Created on Feb 24, 2022
    • 3 Comments
    Over the past 2 days all of the watch faces I have created have been getting ciq error when the user changes the settings through their phone (i.e. changes background color). No changes have been made to the watch face code recently and this does not...
    • Feb 24, 2022 3:35 PM
  • Epix 2: swipe-back not working on third party widgets

    • Ticket Created on Mar 21, 2022
    • 7 Comments
    I've got multiple user reports from Epix 2 user that when they open a third party widget/app from glance and want to swipe back, that the swipe does not bring them back. It does nothing, while the physical back button does work. When they open a Garmin...
    • Feb 23, 2022 8:45 PM
  • Epix/F7 Bug: App exits when Activity Recording session is stopped for ~1 minute

    • Ticket Created on Mar 1, 2022
    • 6 Comments
    I have an app that records has a Activity Recording Session, if you stop the session and wait roughly a minute the app will exit to the native garmin run screen. I have had many user report this issue. This only happens if the Activity Recording Session...
    • Feb 23, 2022 5:16 PM
  • Calling new Graphics.BufferedBitmap(..) causes crash on Fenix 7/7S/7X

    • Acknowledged on Feb 20, 2025
    • 2 Comments
    It seems like even though Fenix 7S passes the Toybox.Graphics has :BufferedBitmap check, calling new Graphics.BufferedBitmap(..) causes a crash My sample code: if (Toybox.Graphics has :BufferedBitmap ) { dcOffscreenBuffer = new Graphics....
    • Feb 23, 2022 2:26 AM