Android and iOS

Mobile security data in a GDPR context

OWASP, secure development and the evidence behind controls.

Standards and evidence1 min readEditorial methods

Telemetry linked to a person or device can raise data-protection questions. Assess fields, purpose, transfers and retention against actual application behavior.

Evaluation approach

Document data, purposes, recipients and retention. Assess legal basis, party roles and any transfer conditions using that flow. A security product label does not remove these questions.

Application example

Before collecting every installed application for diagnostics, investigate whether a narrower signal meets the need. Measure its value and verify removal of unnecessary fields from both SDK settings and storage.

Limits and considerations

A security purpose is not blanket permission for all processing. This page describes technical design considerations rather than a legal determination for a specific implementation.

Checks and decisions

  • Link fields to purposes
  • Limit access and retention
  • Test that removed fields are no longer sent

Ask suppliers how deletion and access requests are implemented technically, as well as reviewing contracts.

Sources

The primary references above provide the technical basis. Example workflows and evaluation suggestions are this publication’s explanations, not independent test results for a particular product.