Documentation

Go to Portal Website

Configuration Update Frequency

PlanPlatformsMASVS
EnterpriseAndroid, iOSNot mapped

Overview

Configuration Update Frequency controls whether a protected app checks AppTego for updated security policy after release. It allows teams to adjust controls, messages, pins, and response behavior without waiting for a full app-store release.

Unlike Enforce Latest Configuration, this control is designed for graceful background refresh. If an update cannot be fetched, the app continues with the most recent valid policy it already has.

When To Use It

Enable configuration updates when:

Disable configuration updates when:

How It Works

When updates are enabled, the protected app periodically checks AppTego for the latest valid policy, verifies it, stores it locally, and uses it for subsequent protection decisions. If no update is available, or if the device cannot reach the service, the app keeps using the last valid local policy.

Public documentation does not expose tenant secrets, policy URLs, signing-key material, or internal request formats. Those values are generated and handled by AppTego.

How to Enable the Control

Navigate to Device Settings from the AppTego portal, and expand the App Lifecycle section. Under this section you will find the Check For Configuration Updates 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

{
  "ConfigurationUpdateFrequency": {
    "protection": true
  }
}
FieldPurpose
protectionEnables check for configuration updates for protected apps.

Operating Modes

ModeBehavior
Updates enabledThe app can receive policy changes after release and falls back gracefully if offline.
Updates disabledThe app uses only the policy packaged into the protected build.
Updates plus enforce modeThe app must verify current policy before protected controls proceed.

Compatibility Notes