Coding⏱️ 2 min read📅 2026-05-31

How to Fix ITMS-91053 Error – ITMS-91053: Missing API declaration - Privacy

Missing API declaration in App Store review

Quick Answer: Declare missing APIs with reasons to resolve ITMS-91053 error.

The error ITMS-91053: Missing API declaration - Privacy indicates that your app's code in the “Test” file references one or more APIs that require reasons, including NSPrivacyAccessedAPICategoryFileTimestamp. This issue may arise due to the new privacy policies implemented by Apple.

⚠️ Common Causes

  • Using APIs that require reasons without properly declaring them in your app's code.

✅ Best Solutions to Fix It

Method 1: Adding API Declaration

  1. Step 1: Import the necessary framework and add the required API declaration to your code.

Method 2: Using Privacy APIs

  1. Step 1: Use the privacy APIs provided by Apple to access the required data.

✨ Wrapping Up

By following these steps, you should be able to resolve the ITMS-91053 error and successfully submit your app for review.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions