vívoactive  6 Now Available in the Connect IQ SDK Manager

The vívoactive® 6 smartwatch is here. With a bright AMOLED display, up to 11 days of battery life, daily suggested workouts, Body BatteryTm energy monitoring, sleep score and more, this GPS smartwatch is purpose-built with essential health and fitness features to help you understand your body better. 

A Note for Developers

The vívoactive 6 action view pattern has changed from the vívoactive 5. The indicator has changed from a chevron at the bottom of the screen to a notch on the right side. The user drags the indicator to make the action view appear. Add a call to View.setActionMenuIndicator() to support this functionality:

if (View has :setActionMenuIndicator) {
    setActionMenuIndicator({:enabled=>true});
}

BehaviorDelegate.onActionView() will trigger when your view has the action menu indicator enabled. See the personality library for updated code on support.

You will need Connect IQ SDK 8.1.1 and the vívoactive 6 device configuration from the Connect IQ SDK manager. Get them both and add support for your app today!