---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://appmetrica.yandex.by/docs/en/mobile-tracking/ios15-tracking.md
  - https://appmetrica.yandex.by/docs/ru/mobile-tracking/ios15-tracking.md
  - href: en/mobile-tracking/ios15-tracking.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.by/docs/en/llms.txt

# Tracking in iOS 15

Starting with iOS 15, you can set up sending SKAdNetwork postback directly from Apple to AppMetrica. In this case, the [User Acquisition SKAdNetwork](https://appmetrica.yandex.by/docs/en/mobile-reports/user-acquisition-skadnetwork.md) report collects data on ad-triggered installations of all users including those that haven't granted access to their IDFA.

## Configuring sending postback copies to AppMetrica {#ios15-postbacks}

To send postback copies about installations:

1. Select the `Info.plist` file in the project navigator in Xcode.
2. Add the new key to the properties list.
3. Enter the key name [NSAdvertisingAttributionReportEndpoint](https://developer.apple.com/documentation/bundleresources/information_property_list/nsadvertisingattributionreportendpoint?changes=latest_minor).
4. Enter the String property type.
5. In the property value, enter **https://appmetrica.yandex** — the URL to receive SKAdNetwork postbacks in AppMetrica.

<!-- source: en/_includes/feedback-button.md -->
If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.

<a href="../troubleshooting/feedback-new">
  <span class="button">Contact support</span>
</a>

<a href="../troubleshooting/feedback-docs">
  <span class="button">Suggest an improvement for documentation</span>
</a>
<!-- endsource: en/_includes/feedback-button.md -->
