# Facebook App Tracking Transparency Permission

Starting on May 1, 2024, Apple mandated a Privacy Manifest for all apps registering on the App Store. This specification focuses on user privacy by detailing the reasons for data collection by both the app itself and any third-party SDKs it utilizes.

The Facebook SDK used by the PRISM app also had to adhere to this Privacy Manifest specification. As a result, PRISM app may display **Facebook App Tracking Transparency Permission Request**.

This is also known as App Tracking Transparency (ATT), which is aimed at protecting user privacy. Depending on the user’s operating system version, the PRISM iOS app can request permissions within the app with the following guidance:

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*m2YYoSgHMQm91AQG3vPUGA.png" alt=""><figcaption></figcaption></figure>

PRISM app may request permissions with the following guidance within the app based on the user’s OS version. If you see these guides, please carefully review each of them to grant permissions so that PRISM app can start streaming to Facebook properly.

[..](https://guide.prismlive.com/mobile "mention"), [..](https://guide.prismlive.com/mobile/guides "mention"), [..](https://guide.prismlive.com/mobile/guides/streaming "mention"), [](https://guide.prismlive.com/mobile/guides/streaming/configuration "mention")


---

# 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://guide.prismlive.com/mobile/guides/streaming/configuration/facebook-app-tracking-transparency-permission.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.
