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 ?

Answered by in 688242022

From CoreHapticErrors.h:

CHHapticErrorCodeNotSupported				= -4809,

CoreHaptics is only supported on iPhone8 and later.

-DS

Accepted Answer

From CoreHapticErrors.h:

CHHapticErrorCodeNotSupported				= -4809,

CoreHaptics is only supported on iPhone8 and later.

-DS

Problem with Core Haptics
 
 
Q