Mobile App Privacy / Permissions

App Permission Audit

CA Nikhil Gupta·May 2026·3 min readMobile App Privacy / Permissions

Audit mobile permissions for location, camera, contacts, microphone, storage and device data through necessity, timing, fallback, logging and vendor SDK review.

A permission requested at install becomes invisible over-collection when the feature uses it only occasionally—or never.

Quick View

Decision

Ask for the least intrusive permission at the moment of need and provide a usable fallback where possible.

First action

Export Android and iOS permission lists.

Core evidence

App manifest and entitlements.

Main warning

Requesting all permissions upfront.

Why It Matters

The Digital Personal Data Protection Act, 2023 and the final Rules notified in November 2025 follow phased commencement. As of 25 June 2026, organisations should separate duties already operative from consent, grievance, rights, children, Significant Data Fiduciary and other operational provisions scheduled for later commencement, while continuing to comply with the IT Act, CERT-In directions and sector-specific rules already in force.

The DPDP Act’s necessity and purpose concepts support permission minimisation when relevant provisions commence, while current platform, security and sector rules also govern app behaviour.

App permissions should be reviewed across operating-system declarations, runtime prompts, SDK behaviour, background collection, analytics events and server-side retention.

Control Framework

AreaWhat to establishOperating rule
PermissionExact device capability.Map to one feature.
TimingInstall, first use or just-in-time.Avoid blanket prompts.
FallbackWhat happens if denied.Preserve core service where possible.
TelemetryBackground access, SDK and retention.Test technically.

Action Checklist

  1. Export Android and iOS permission lists.
  2. Map each permission to product purpose.
  3. Remove unused permissions and SDK calls.
  4. Rewrite just-in-time prompts.
  5. Test denied and revoked states.
  6. Retain release-specific audit evidence.

Practical Example

A budgeting app requests contacts and microphone access during onboarding, although neither is needed for account aggregation or expense tracking.

Evidence to Keep

  • App manifest and entitlements.
  • Runtime prompt screenshots.
  • SDK inventory.
  • Permission-purpose matrix.
  • Denied-state test results.
  • Release approval.

Warning Signs

  • Requesting all permissions upfront.
  • No feature-level explanation.
  • Permission remains after feature removal.
  • SDK collects beyond app prompt.
  • App fails completely when optional access is denied.

Detailed Review

A reliable control should connect the individual, data field, purpose, notice or sector disclosure, system, employee access, vendor access, retention rule and closure evidence. A policy statement that cannot be traced through this chain is difficult to operate.

Maintain a legal-timing matrix. Record the DPDP provision, phased commencement status, current IT Act or sectoral duty, business owner, system dependency and implementation deadline. Avoid one blanket label such as compliant or not compliant.

Build controls into technology and workflow. A written instruction cannot stop an SDK from collecting contacts, a campaign tool from re-importing suppressed users or an agent from downloading medical records unless the system enforces the decision.

Use proportionate verification. Weak checks can expose another person’s information; excessive checks create more Aadhaar, health, payroll or bank data that must be protected and deleted later.

Generate evidence during ordinary operations: versioned screens, event logs, access approvals, vendor tickets, complaint chronology, deletion reports, test recordings and management decisions.

Run a negative-path test: refusal, withdrawal, account closure, vendor breach, employee exit or child-user flow. The control should continue to protect data outside the happy path.

Management reporting should show overdue actions, repeat complaints, failed tests and residual risk rather than only the publication of policies.

Control Test

Select one real user or transaction journey and trace it from collection through sharing, access, retention, withdrawal, complaint or closure. Capture the evidence at each stage.

Test the control on production-like systems rather than screenshots alone. Review network traffic, event logs, suppression status, vendor responses, role access and deletion output.

Run an adverse scenario: the vendor is breached, the user is a child, the borrower alleges harassment, the employee leaves or the app permission is revoked. Record the response and gaps.

Compare public wording with actual behaviour. Product forms, call scripts, privacy notices, contracts, SDKs and support tools should tell the same story.

Assign a named owner, funded action and closure date to each gap. Retain the reason when management accepts residual risk or chooses a less intrusive alternative.

Escalation Route

Start with the privacy, security, product or regulated-business owner and preserve system evidence before changing configuration or deleting records. Separate current sector and CERT-In obligations from future DPDP readiness.

For serious complaints, children’s data, financial harassment, medical exposure or suspected cybercrime, involve qualified legal, privacy, cyber, banking, insurance or healthcare specialists and use the applicable official channel.

Frequently Asked Questions

Does operating-system permission equal legal consent? â–¼
No. It is one technical control and may not satisfy all notice or purpose requirements.
Should location always be precise? â–¼
Use the least precise level needed.
How often should the audit run? â–¼
At every material release and SDK change.
What if a permission is unused? â–¼
Remove it from code, manifest, notice and vendor configuration.