1

In WatchKit, I call:

WKInterfaceDevice.current().play(.start)

... and the watch vibrates - but also has a sound.

What do I call to vibrate the watch without a sound?

Thanks.

Geo
  • 21
  • 3
  • Does this answer your question? [Is it possible to trigger a haptic feedback without the accompanying sound on apple Watch OS 2](https://stackoverflow.com/questions/34885193/is-it-possible-to-trigger-a-haptic-feedback-without-the-accompanying-sound-on-ap) – Edward Brey Apr 16 '22 at 18:02

1 Answers1

0

This isn’t possible, the user has to turn on silent mode themselves from Control Center in watchOS.

Curiosity
  • 544
  • 1
  • 15
  • 29