We want to lock screenshot on app screens in React Native app so that user is not allowed to take the screenshot. The feature is implemented successfully in android version of the same React Native app. But it is not working in iOS app which is published to app store. I have also tried react-native-prevent-screenshot plugin but that is also not locking screenshot in iOS version. I even implemented blurred view on appDelegate.m file to prevent screenshot capture in app, but even this did not have any impact. Can someone tell if Apple has banned this feature completely or there is possibility of some issue in coding. But I rule that out because it is working successfully in android apk. Please help
Asked
Active
Viewed 155 times
0
-
Please read [this article](https://stackoverflow.com/help/how-to-ask) to get a faster and more accurate answer. – Sercan Dec 16 '21 at 16:06
-
I read at some online places that screenshot lock can not be implemented in apps to work on iOS devices now due to Apple's policies. I want to know is that correct ? – Magna Opus Dec 18 '21 at 09:31
-
Use the [instabug-reactnative](https://www.npmjs.com/package/instabug-reactnative/v/8.5.2) package to catch bugs in the application and update this post to provide a more detailed bug report. – Sercan Dec 18 '21 at 10:06