Is it possible to change the sensitivity of the shake gesture in SpriteKit? Specifically, we want to trigger the shake gesture on a faster shake than the default. It's not clear from the Apple documentation: https://developer.apple.com/library/ios/documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/motion_event_basics/motion_event_basics.html.
This SO post is also outdated: iPhone App increase Shake gesture Sensitivity
Is the only option to implement a custom handler using accelerometer data? Or would using gyroscope data be better?