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: add sleep data to the sdk (2022)

    • Acknowledged on
    • 106 Comments
    Please add sleep related data to the SDK so apps/widgets can read the sleep data (similar to ActivityMonitor.getBodyBatteryHistory(), at least the stages with the timestamps, maybe also the aggregated time for the stages and the sleep score)
  • Day of week appearing incorrectly as D rather than DOM (for Sunday) on Garmin Fenix 7X set to Italian Language

    • Ticket Created on
    • 1 Comment
    I've had a big reported to me where a user of my watch face with his watch set to Italian only shows D rather than DOM for the day of the week display. This occurs on a Garmin 7X with the language set to Italian. This also occurs on the "stock" pre-installed...
  • float.format() works bad

    • Ticket Created on
    • 4 Comments
    as I understand format with precision works like round(float,precision), so this code run bad (from time to time) var f1 = 1.545, f2=1.445; SYS.println(MAT.round(f1) + " " + MAT.round(f2)); SYS.println(f1.format("%.0f") + " " + f2.format("%.0f")); SYS...
  • Edit Properties and Storage not working on Mac

    • Acknowledged on
    • 8 Comments
    The error i get is "No settings file found for this app. This app may not have settings." Storage does not work either: "This app does not have any saved any objects from Application.Storage.setValue()" I'm on sdk 4.0.9 but none of them works.
  • Watchface diagnostics shows 0 on Mac

    • Acknowledged on
    • 3 Comments
    The mac tools have lots of bugs, this is one of them, can't figure out if my watchface is efficient or not.
  • Bug: Problems with cover photo in Connect IQ Store (Browser)

    • Ticket Created on
    • 0 Comments
    I developed a watch face, and I've discovered there are several bugs with displaying the cover photo in the Connect IQ Store via web browser. These issues do not appear in the iOS app—but there is no forum for the web browser interface. First, the cover...
  • Bug with Connect IQ Store website: Missing cover photos for watchfaces

    • Acknowledged on
    • 0 Comments
    The cover photo for some watch faces (including my own) don't display on the web-based Garmin Connect IQ store page: https://apps.garmin.com/en-US/apps/metaCategory/analogWatchFaces?start=30&showAllDevices=false Link to a screen shot: I've tried...
  • Connect IQ should respect setLocalOnly flag for notifications

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

    • Acknowledged on
    • 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...
  • Device simulator phone app message crash

    • Ticket Created on
    • 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...