Problem with Core Haptics

Hi everyone, I’m having a problem with the use of core Haptics with an iPhone 7. I’m getting the error -4809. Did someone know what is the problem ?

Accepted Reply

From CoreHapticErrors.h:

CHHapticErrorCodeNotSupported				= -4809,

CoreHaptics is only supported on iPhone8 and later.

-DS

Replies

From CoreHapticErrors.h:

CHHapticErrorCodeNotSupported				= -4809,

CoreHaptics is only supported on iPhone8 and later.

-DS