# Privacy Requirements

Some networks try to access privacy-related information of the user. The following table contains the last date of the check.

<table><thead><tr><th width="185"></th><th>Photo Library</th><th>Camera</th><th>Location</th><th>Motion</th></tr></thead><tbody><tr><td><a href="https://developers.google.com/admob/ios/precise-location">Google Mobile Ads</a></td><td> </td><td> </td><td>2021-11-11</td><td> </td></tr><tr><td><a href="https://developers.smaato.com/publishers/nextgen-sdk-ios-integration/">Smaato</a></td><td> </td><td> </td><td>2021-11-11</td><td> </td></tr><tr><td><a href="https://documentation.smartadserver.com/displaySDK/ios/appprivacydetails.html">SmartAdServer</a></td><td> </td><td> </td><td>2021-11-11</td><td> </td></tr><tr><td><a href="https://unityads.unity3d.com/help/ios/apple-privacy-survey">UnityAds</a></td><td> </td><td> </td><td>2021-11-11</td><td> </td></tr><tr><td><a href="https://support.inmobi.com/monetize/sdk-documentation/ios-guidelines/overview-ios-guidelines#page__content3">InMobi</a></td><td> </td><td> </td><td>2021-11-11</td><td> </td></tr><tr><td><a href="https://ogury-ltd.gitbook.io/choice-manager-ios/advanced-topics/gdpr/api-usages#precise-geographic-location-data-feature">Ogury Choice Manager</a></td><td> </td><td> </td><td>2021-11-11</td><td> </td></tr></tbody></table>

{% hint style="info" %}
You could remove these networks from your app in order to maximize your user’s privacy. However, the removal of ad networks can cause a decrease in revenue. In doubt, please contact <support@gravite.com>.
{% endhint %}

| Access                                                                 | Description                                                                                                                                                            |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| NSPhotoLibraryUsageDescription                                         | May access the user's photo library. (`NSPhotoLibraryUsageDescription`), if the app got the user’s related consent.                                                    |
| NSCameraUsageDescription                                               | May access the user's camera. (`NSCameraUsageDescription`), if the app got the user’s related consent.                                                                 |
| NSLocationWhenInUseUsageDescription / NSLocationAlwaysUsageDescription | May access the user's location for nearby features. (`NSCameraUsageDescription` and/or `NSLocationAlwaysUsageDescription`), if the app got the user’s related consent. |
| NSMotionUsageDescription                                               | May access the user's motion information. (`NSMotionUsageDescription`), if the app got the user’s related consent.                                                     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aatkit.gitbook.io/ios-integration/ad-networks/privacy-requirements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
