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. 

  • bug: AppBase.isTrial returns true when called from the datafield's constructor

    • Acknowledged on
    • 1 Comment
    On my fenix6, 25.10 when I start my app (which is beta, but built as release, and unlocked in order to test that I am pro (aka not trial)) AppBase.isTrial returns true when it is called for the first time, from my app's constructor. When isTrial is...
  • feature-request: add Unlock button for trial apps to all apps (GCM, GE)

    • Acknowledged on
    • 0 Comments
    Currently the only way a user could unlock a trial app is on the Connect WEB, however virtually nobody uses that. Some use Garmin Express, and most users use Connect IQ on mobile phone. Please add the Unlock button to both Connect IQ android, iOs, and...
  • forum (showcase) constant problem to save main post

    • Acknowledged on
    • 0 Comments
    When post includes link it's impossible to save it after modification! Workaround - edit post, - delete links - save - edit again and add links and save. But if you have more than one link it's a huge wasting of time.
  • compilation don't run during activity

    • Acknowledged on
    • 2 Comments
    I don't know, maybe it's by design or according to any settings but on my f7 (11.28, wf built 4.2.2/eclipse/win) it doesn't : - start activity running - return to watch face - press and hold and nothing (without activity compilations run) -- onPress...
  • Using ViewLoopDelegate in getInitialView() fails

    • Ticket Created on
    • 1 Comment
    When I try to use ViewLoop together with ViewLoopDelegate as an initial View of app, the app crashes with following error Error: Unexpected Type Error Details: Failed to start CIQ Application Stack: Encountered app crash. The code I am trying to...
  • Fenix 7X: simulator crashes when I try to run any app

    • Acknowledged on
    • 7 Comments
    Fenix 7X simulator seems to be broken, when I try to compile and run any app I get following error ASSERT INFO: ../src/common/menucmn.cpp(308): assert "wxIsStockID(GetId())" failed in SetItemLabel(): A non-stock menu item with an empty label? BACKTRACE...
  • Include stamina into api sdk

    • Acknowledged on
    • 0 Comments
    Imagine the different ways we could use to display latest stamina into our datafields. Users will love it
  • Add power zones api like getheartratezone

    • Acknowledged on
    • 0 Comments
    For the datafield I developed the only way to work with power zones was to input manually ftp. It would be better experience for users they don't have to manually input their ftp every time it changes so their power zones could be displayed accurately...
  • "import Rez" or "using Rez" breaks background resources

    • Acknowledged on
    • 3 Comments
    I started with the BackgroundTimer sample project, and added a println to its BackgroundTimerServiceDelegate.initialize: public function initialize() { ServiceDelegate.initialize(); System.println(Application.loadResource(Rez.Strings.TimerExpired...
  • calling Toybox.Attention.backlight(1.0) flashes the screen

    • Acknowledged on
    • 4 Comments
    widget in full view 4.1.7 A call backlight(1.0) - screen on and it is on according to settings e.g. 8s B call again backlight(1.0) before it off e.g. at 4s in example A, first it off and immediately on and screen flashes - system should simple extend...