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 ?
Problem with Core Haptics
Add a Comment
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 ?
From CoreHapticErrors.h:
CHHapticErrorCodeNotSupported = -4809,
CoreHaptics is only supported on iPhone8 and later.
-DS
From CoreHapticErrors.h:
CHHapticErrorCodeNotSupported = -4809,
CoreHaptics is only supported on iPhone8 and later.
-DS