• Connect IQ SDK 8.3 Now Available

    The Connect IQ 8.3.0 SDK is now available via the SDK manager. Here are some of the updates:

    Developer Dashboard

    The developer dashboard is moving to a new location. Please update your bookmarks appropriately.

    Supported Activities

    On devices with API level 5.2, data fields have a post-install flow that lets the user associate them with activities. If you want to filter the list of available activities, you can include an activity filter in the manifest. Here's an example that will filter the available activities to outdoor running activities:

    <iq:activityFilter>
        <iq:activity sport="Toybox.Activity.SPORT_RUNNING" subsport="Toybox.Activity.SUB_SPORT_GENERIC" />
        <iq:activity sport="Toybox.Activity.SPORT_RUNNING" subsport="Toybox.Activity.SUB_SPORT_TRAIL" />
        <iq:activity sport…

    • Sep 25, 2025
No groups