Is there any possible way to prevent taking screenshots in Iphone.
I've already used Privacy screen plugin by André Vieira, which prevents taking of screenshot in Android devices, and helps in implementing custom splash image during App switching.
But it does not prevent taking of screenshot in Iphone. Is there any Solution???
Oshank Singh wrote:
Hi,
You can have the help you need here: https://medium.com/nomtek/screenshot-preventing-on-mobile-apps-9e62f51643e9
Hope to help
Thiago Mari wrote:
Hi Thiago Mari,
I've gone through your link and the suggested solution to prevent taking of screenshots in IOS is to approach "ScreenShieldKit" and get their SDK, create an Extension using it and Use it in the Outsystems Application.
Which would be free for 30 days and the license should be purchased for continuous usage.
Whereas, is it possible to create an extension using the SDK provided by "ScreenShieldKit". ?
Regards,
Oshank Singh
I think its not possible (i never do this) or you can create our own C# code and integrate with Outsystems too.
Cheers
You need a mobile plugin to make that plugin available to your app.
https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/Mobile_Plugins/Using_Cordova_Plugins
In this case, i don't know if a cordova plugin in already exists, so you might need to create one:
https://www.outsystems.com/blog/posts/how-to-create-a-cordova-plugin-from-scratch/