Documentation

Go to Portal Website

Screenshot Prevention

PlanPlatformsMASVS
TeamiOS 11+MASVS-STORAGE-2, MASVS-PLATFORM-3

Overview

Screenshot Prevention helps reduce exposure of sensitive iOS app content during screenshot and capture flows where the platform provides app-level hooks. It is intended for screens that display credentials, OTPs, payment data, account details, health information, identity documents, confidential records, or paid content.

This control is separate from Task Switcher Content Protection. Use Task Switcher Content Protection for app-switcher previews.

When To Use It

Use this control for:

How It Works

The protected app uses iOS screenshot and capture notifications available to apps and applies a visual privacy layer where supported.

Public documentation does not publish exact platform flags, notification hooks, overlay timing, or implementation details.

How to Enable the Control

Navigate to Preventative Controls from the AppTego portal, and expand the Screen And UI Protection section. Under this section you will find the Screenshot Prevention control. Click Enable to enable it for the next build or for it to be applied with a live push (if enabled).

API Configuration Example

{
  "ScreenshotPrevention": {
    "protection": true
  }
}
FieldPurpose
protectionEnables screenshot prevention for protected iOS screens.

Compatibility Notes