nmilcoff / BreachDetector

Detect root, emulation, debug mode and other security concerns in your Xamarin apps
MIT License
88 stars 12 forks source link

Added iOS screenshot notification #19

Closed TBertuzzi closed 3 years ago

TBertuzzi commented 3 years ago

As on iOS it's not possible to prevent a screenshot, I added an implementation explaining how to notify when a user takes a screenshot. This makes it possible to log this information in the future or take some action.

nmilcoff commented 3 years ago

Awesome, thank you!!