I plan to create an Apple Watch app. Is there a way to access the haptic feedback via WatchKit?
Yes. As of watchOS 2.0, you can give haptic feedback with the play() method method like this:
play()
WKInterfaceDevice.currentDevice().play(.success)
1.4m articles
1.4m replys
5 comments
57.0k users