ScreenProtectorKit
ScreenProtectorKit copied to clipboard
Safe Data Leakage via Application Background Screenshot and Prevent Screenshot for iOS.
In iOS 13 enabledPreventScreenshot does not work, black screen
Hello, Do you know how to implement your library in an Ios written in Obj-C ? Thanks for your help ```swift # SWIFT import ScreenProtectorKit class AppDelegate: FlutterAppDelegate { private...
is there any type of step by step guide on How to use it in SwiftUI or UIKit
As with all implementation which claims to detect "screenshots", this uses UITextfield and adds it as a sublayer, which apple is warning not to do, as views are supposed to...