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. 

  • 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...
  • CIQ Simulator crashes when bitmap packingFormat="yuv" on some devices

    • Acknowledged on
    • 1 Comment
    This has been happening with all SDK versions, including the latest 8.3.0. For example, instinct3amoled50mm has the following section in compiler.json: "imageFormats": [ "yuv", "jpg", "png" ], When I define a bitmap resource with packingFormat=...
  • no vivolife device

    • Acknowledged on
    • 4 Comments
    I changed computer and installed everything from the beginning, VSC, extension, SDK manager 1.0.15, ..., and downloaded all devices. I c ouldn't build project because SDK manager didn't download vivolife device. T aking the device directory from the...
  • More of a question

    • Acknowledged on
    • 2 Comments
    Unsure if this is the appropriate location, first time user here. My Instinct 3 AMOLED is auto answering call on my phone. The alert vibrates, I look at the watch then retrieve my phone to find out it’s already answered it. Any thoughts.
  • Retrieving array data from memory lead to the following error: Byte array instantiated with invalid type '$.Toybox.Lang.String'

    • Acknowledged on
    • 0 Comments
    In one of my app i store an array of strings into the device memory but then, when i get them back using the following: MemItemsStoredArray = new Array<String>[MemItemsTotalIndex]; ...... MemItemsStoredArray=Storage.getValue("MemItemsArrays"); I check...
  • Retrieving array data from memory lead to the following error: Byte array instantiated with invalid type '$.Toybox.Lang.String'

    • Acknowledged on
    • 4 Comments
    In one of my app i store an array of strings into the device memory but then, when i get them back using the following: MemItemsStoredArray = new Array<String>[MemItemsTotalIndex]; ...... MemItemsStoredArray=Storage.getValue("MemItemsArrays"); I check...
  • On watch Connect IQ Store crashes

    • Acknowledged on
    • 0 Comments
    I am finding that the Store app regularly crashes when I select the Installed option. Generally, after a crash, I'll just start it again and it works next time. Not sure if a product build log is useful, but it at least shows that it's a resource issue...
  • Fundamental flaw with native pairing

    • Acknowledged on
    • 2 Comments
    It is clear that Garmin wants apps to use native pairing with sensors and has created a SensorDelegate for this in system 5.1. In fact it is stated that this is *needed*. See https://developer.garmin.com/connect-iq/core-topics/pairing-wireless-devices...