neckaros / secure_application

Secure your application from prying eyes
MIT License
103 stars 61 forks source link

ScreenShot crash on iOS #9

Closed JCarlos3296 closed 4 years ago

JCarlos3296 commented 4 years ago

How could I block the screenshot event on ios?

neckaros commented 4 years ago

It is not currently supported by iOS itself unfortunately https://stackoverflow.com/questions/18680028/prevent-screen-capture-in-an-ios-app

Will add it if it become available