Documentation

Go to Portal Website

Location Spoofing Detection

PlanPlatformsMASVS
TeamAndroid, iOSMASVS-RESILIENCE-1

Overview

Location Spoofing Detection identifies signs that a device location may be simulated, manipulated, or inconsistent with normal movement. It helps protect location-dependent features such as geofencing, fraud controls, regional access, delivery workflows, telehealth eligibility, and location-based games.

When location spoofing risk is detected, AppTego applies your configured response.

When To Use It

Use this control for:

How It Works

The protected app evaluates platform location-integrity and movement-consistency signals where the host app already has location access. AppTego does not request location permission on behalf of the app.

Public documentation does not expose exact platform flags, tool names, movement thresholds, sampling cadence, or behavioral scoring logic.

How to Enable the Control

Navigate to Detection & Response from the AppTego portal, and expand the Network And Location Detection section. Under this section you will find the Location Spoofing Detection control. Click Enable Configuration, choose the response action, and save the configuration for the next build or for it to be applied with a live push (if enabled).

API Configuration Example

{
  "LocationSpoofingDetectionResponse": {
    "protection": false,
    "detection": true,
    "action": "alert",
    "title": "Location Spoofing Detected",
    "message": "This app does not permit simulated or manipulated locations.",
    "buttons": ["OK"],
    "actions": ["close"],
    "redirects": [""]
  }
}
FieldPurpose
detectionEnables or disables location spoofing detection.
protectionIncluded for schema consistency with other controls.
actionSelects the response style, such as alert, close, log, or warn.
title / messageUser-facing text shown when a response is displayed.
buttons / actions / redirectsDefines the available response buttons and their outcomes.

Compatibility Notes