Post

Replies

Boosts

Views

Activity

WatchOS Fall Detection
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") }
2
0
1.5k
May ’21