If your app collects data, or if your app uses a third-party dependency that collects data,
Apple requires you to include a privacy manifest file in your app that describes what data you collect and why you collect it.
Each third-party SDK that collects data has to include their own privacy manifest.
When you create your appās privacy report, the individual privacy manifest files are aggregated into a single report.
For more information about what Apple considers tracking data,
see Tracking in the Apple developer documentation.
Algolia and tracking data
By default, Algoliaās InstantSearch iOS and Swift API client libraries do not collect tracking data.
Both libraries include privacy manifest files explicitly stating their non-data collection according to Appleās guidelines.
Declare which data you send to Algolia
If you customize the Swift API client or InstantSearch iOS in your app,
you may have to include Algolia-specific data in your appās privacy manifest to comply with Appleās requirements.
Review current policies
First, determine which parts of your app collect user data, and what APIs you use.
To learn more, see:
Declare data collection practices
The Algolia libraries for iOS include privacy manifests that cover all required aspects:
By default, these libraries donāt collect tracking data.
But, if you customize the libraries in ways that involve tracking data,
Apple may require you to list Algolia-specific data in your appās privacy manifest.
Customize the privacy manifest
Edit the privacy manifest templates to declare what data you collect and why, and which APIs you use.
Make sure that each entry is justified and aligns with Appleās guidelines.
Integrate the privacy manifest into your app
Integrate your privacy manifest to your iOS project by adding the privacy manifest to your projectās settings
and make sure itās included in your build process. Last modified on February 20, 2026