Post

Replies

Boosts

Views

Activity

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
9.8k
Oct ’23
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
1
2.1k
Aug ’23
Hide/remove gps indicator when selected "While using the app" on background.
I need to hide or remove gps indicator from status bar/ navigation bar on background mode. I have already used locationManager?.showsBackgroundLocationIndicator = false but it doesn't when user select "While using the app".
Replies
2
Boosts
0
Views
678
Activity
Feb ’24
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 ?
Replies
5
Boosts
0
Views
9.8k
Activity
Oct ’23
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.
Replies
1
Boosts
1
Views
2.1k
Activity
Aug ’23