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: server error in ERA Viewer

    • Acknowledged on
    • 6 Comments
    This error seems to be intermittent. Fetching the errors is very slow today, even when it works, and for some apps (or maybe some requests?) it displays this error message.
  • doc-bug: ActivityPrompt.templateName has missing link

    • Acknowledged on
    • 0 Comments
    In https://developer.garmin.com/connect-iq/api-docs/Toybox/ActivityPrompts/ActivityPrompt.html#templateName-var the text is: "The prompt identifier. See ." in other words there's some missing link after "See".
  • Bug

    • Acknowledged on
    • 0 Comments
  • User Experience Guidelines - Screen Technology - no longer shows colours

    • Acknowledged on
    • 0 Comments
    When the documentation was updated in SDK 8.2 the section in the User Experience Guide which shows what colours are available on the various devices changed from showing the colours to showing just grey! This is pretty useless when you want to know what...
  • bug: changing font scale doesn't trigger onSettingsChanged or getInitialView in simulator

    • Acknowledged on
    • 8 Comments
    I'm not 100% sure how this works on real devices, as I don't have a relevant device, but in the simulator in SDK 8.3.0 (i.e venu441mm) onSettingsChanged() isn't called, nor is getInitialView() (as for example when changing time setting between 12h and...
  • bug: Font Scale is grayed out in simulator

    • Acknowledged on
    • 0 Comments
    In the simulator (SDK 8.3.0) the Settings > Font Scale is grayed out for these devices: fr57042mm, fr57047mm, fr970 even though according to https://developer.garmin.com/connect-iq/api-docs/Toybox/System/DeviceSettings.html#fontScale-var fontScale is...
  • Bug: emails contain html encoded characters

    • Acknowledged on
    • 0 Comments
    The emails that developers get when a user leaves a review have in incorrect escaping or encoding. Here's how it looks in the email: Lin (3 out of 5): It’s not recorded the route after resume ... Note the html escaping of apostrophes. ...
  • https://apps-developer.garmin.com/apps/ stopped working

    • Acknowledged on
    • 12 Comments
    I can see my apps list at https://apps-developer.garmin.com/en-US/developer/dashboard but when I click on any app I get Sorry, this page is currently unavailable. Please try again later. The old https://apps.garmin.com/developer/fdc23d1f-0ab8...
  • iOS Connect IQ SDK - showConnectIQStoreForApp does not work.

    • Acknowledged on
    • 1 Comment
    it redirects to Garmin Connect Mobile which redirects to apps.garmin.com/.../STORE_ID instead of apps.garmin.com/.../APP_ID . NSUUID* appUuid = [[NSUUID alloc] initWithUUIDString: appId]; IQApp* app = [IQApp appWithUUID:appUuid storeUuid:_storeId device...
  • Venu 4 behaviourDelegate is starting onKey() if swipe to right

    • Acknowledged on
    • 0 Comments
    Venu 4 behaviourDelegate is starting onKey() if swipe to right on real device (in simulator it works correct). Below see code sample. On real device if swiped short distance from the edge, onKey() is started (key = KEY_ESC). If swiped long distance from...