ios-app icon indicating copy to clipboard operation
ios-app copied to clipboard

[FEATURE REQUEST] Prevent Screenshots

Open hosy opened this issue 4 years ago • 1 comments

There should be an option to prevent to take screenshots from the app. This option should only set by MDM and not from the settings inside the app.

The goal of this option is, that the user cannot take screenshots of confidential content.

TASKS

  • [ ] Research (if needed)
  • [ ] Create branch feature/feature_name
  • [ ] Development tasks
    • [ ] Implement whatever
    • [ ] ...
  • [ ] Code review and apply changes requested
  • [ ] Design test plan
  • [ ] QA
  • [ ] Merge branch feature/feature_name into master

PR

  • App
  • Library (if needed)

hosy avatar Jun 04 '20 17:06 hosy

Seems it's not common to prevent screenshots on a per-app basis. That's what I found in the MobileIron AppConnect FAQ:

Does the AppConnect SDK for iOS prevent Screen Capture?

No. On iOS it is not possible to prevent screen capture on a per-app basis. This is only supported on Android

Recommendation from VMware / Workspace ONE:

The recommended approach is to use the AppConfig Community practices to configure restrictions profiles for the device to disable screen capture.

michaelstingl avatar Jul 21 '20 10:07 michaelstingl