Assuming the user has not muted their watch sounds. Is it possible for an apple watch app to trigger a haptic feedback (i.e vibrate) without the accompanying sound.
This is different than receiving a notification which is handled automatically by the watch. In this case I'm invoking the haptic feedback using a watch app.
like this: [[WKInterfaceDevice currentDevice] playHaptic:WKHapticTypeClick];