iOS API tapEvent help
should tapEvent.startNotificationsWithHandler be working with the iOS API? I've tried various combinations of tapDetectionAxis and tapType. I've tried it with dataReadyEvent.startNotificationsWithHandler running and without, but I never get any events. I've tried various sampleFrequency and fullScaleRange settings as well.
any suggestions appreciated!
This discussion has been closed.
Comments
[self.device.accelerometer.tapEvent startNotificationsWithHandler:^(id obj, NSError *error) {
self.tapLabel.text = [NSString stringWithFormat:@Tap Count: %d, ++self.tapCount];