I am using:
if (CGCaptureAllDisplays() != kCGErrorSuccess) {
To capture the display and secure my app while the user is away, but users have reported, and I have confirmed that pressing simply force quits my app.
How can I stop that behavior?