Post

Replies

Boosts

Views

Activity

How to detect screenshots on iOS 17 beta?
I am able to detect screenshot only after screenshot is taken. UIApplication.userDidTakeScreenshotNotification. But my requirement is to detect at the same time while user is taking screenshot, so that I can hide my confidential data. Please comment out if there are any better solutions or any callback functions available.
1
0
1.4k
Aug ’23
How to prevent/disable screenshots on iOS 17 beta ?
I want to disable taking screenshots of confidential information but it is not working in iOS 17 beta . For earlier version I am using ‘isSecureTextEntry' but it is unstable for the recent beta . I am still able to detect the screenshot but not prevent it by using UIApplication.userDidTakeScreenshotNotification . Is there any way to achieve it ?
5
0
6.0k
Aug ’23