---
title: NSUserTrackingMarkdownUsageDescription
framework: Bundle Resources
role: symbol
role_heading: Property List Key
platforms: [iOS 27.2+, iPadOS 27.2+]
path: bundleresources/information-property-list/nsusertrackingmarkdownusagedescription
---

# NSUserTrackingMarkdownUsageDescription

A message that explains the purpose for accessing data that an application can use to track a person or device.

## Discussion

Discussion If your application uses the App Tracking Transparency framework, use this key to provide a usage-description string to explain your app’s purpose for accessing data that the app can use to track the person or the device. The system displays the string value in a full-page authorization sheet from which the person can grant or deny permission to access the tracking data. The format of the string is Markdown text; you can apply bold or italic style, but it doesn’t support underline. You can include bullet lists and paragraph breaks. This key is optional. The system uses the NSUserTrackingUsageDescription if your app’s target properties omit this key. This key has regional availability. To use this key, the system requires that the device be located in a specific European Union (EU) country and signed in with an Apple Account that has its country or region set to a specific EU country or region: Outside of the EU, the system uses the NSUserTrackingUsageDescription key instead of this key. tip: Keep the text of your description short and specific. The system displays your app name in the prompt so you don’t need to include it in the string. For example usage descriptions, see Apple’s Human Interface Guidelines.

## See Also

### Security

- [NSUpdateSecurityPolicy](bundleresources/information-property-list/nsupdatesecuritypolicy.md)
- [NSAppBundlesUsageDescription](bundleresources/information-property-list/nsappbundlesusagedescription.md)
- [NSAppDataUsageDescription](bundleresources/information-property-list/nsappdatausagedescription.md)
- [NSUserTrackingUsageDescription](bundleresources/information-property-list/nsusertrackingusagedescription.md)
- [NSAppleEventsUsageDescription](bundleresources/information-property-list/nsappleeventsusagedescription.md)
- [NSSystemAdministrationUsageDescription](bundleresources/information-property-list/nssystemadministrationusagedescription.md)
- [ITSAppUsesNonExemptEncryption](bundleresources/information-property-list/itsappusesnonexemptencryption.md)
- [ITSEncryptionExportComplianceCode](bundleresources/information-property-list/itsencryptionexportcompliancecode.md)
