I want to create an app (iOS or Android does not matter now) that contains sensitive data and I don't want it to be spread via taking screenshots. It would be simply an article. Is there any way to hide data when user starts doing screenshot? For example listener on lock button down.
Asked
Active
Viewed 149 times
0
-
3For Android, see [How do I disable screenshot from an android application?](http://stackoverflow.com/q/11746364), I don't know about iOS though. – Jonas Czech Apr 13 '16 at 08:36
-
For iOS, no perfect solution i think, but u can make it some what difficult, by require the user to hold tap screen to show the content, and the snapshot key combine will make user lose touches, it doesnt help in screen capture and the person use another device to take screenshot ofcourse :p – Tj3n Apr 13 '16 at 08:40
-
2may be not possible in iOS preventing user from taking screenshots and lets consider somehow you did it, but what about taking photos of screen from other camera? – Ronak Chaniyara Apr 13 '16 at 08:51
-
1@RonakChaniyara this may be solution for ios http://stackoverflow.com/questions/18680028/ios-app-prevent-screen-capture – Vladyslav K Apr 13 '16 at 08:53
-
that can be workaround not perfect solution. – Ronak Chaniyara Apr 13 '16 at 08:56
-
Possible duplicate of [How do I disable screenshot from an android application?](http://stackoverflow.com/questions/11746364/how-do-i-disable-screenshot-from-an-android-application) – Gino Pane Apr 13 '16 at 09:07
-
Another iOS solution http://stackoverflow.com/questions/13484516/ios-detection-of-screenshot – Magoo Apr 13 '16 at 16:12