I am trying to use the Fall Detection API to handle fall event, but I keep getting : [Fall] Error fetching most recent fall event: 111
I am using CMFallDetectionManager with delegate
The call back like the one below is not happening, any idea why?
How to simulate fall using the Watch Series 6 simulator?
func fallDetectionManager(_ fallDetectionManager: CMFallDetectionManager, didDetect event: CMFallDetectionEvent, completionHandler handler: @escaping () -> Void) {
logger.debug("Fall Event Detected")
}
I am using CMFallDetectionManager with delegate
The call back like the one below is not happening, any idea why?
How to simulate fall using the Watch Series 6 simulator?
func fallDetectionManager(_ fallDetectionManager: CMFallDetectionManager, didDetect event: CMFallDetectionEvent, completionHandler handler: @escaping () -> Void) {
logger.debug("Fall Event Detected")
}