iOS: How to check is Haptic Feedback enabled (iOS Settings)

1.2k Views Asked by At

Is it possible to read the option in the iOS settings whether the haptic feedback is activated or deactivated?

1

There are 1 best solutions below

2
On

Response

Apple doesn't provide any API to check if a Vibrations are enabled on a device. Only one thing which can be tested is a device compatibility with Core Haptics Framework

Not all devices support Core Haptics. For example, iPad and iPod touch don’t support haptic feedback, so calls to Core Haptics won’t result in haptics. source

Remarks:

System Haptics were renamed and now are called Vibrations in Settings app. This technology in Apple Developer Documentation for Developers is called Haptic Feedback.