<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "AssetsLibrary",
  "identifier" : "/documentation/AssetsLibrary/ALAssetPropertyURLs",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Assets Library"
    ],
    "preciseIdentifier" : "c:@ALAssetPropertyURLs"
  },
  "title" : "ALAssetPropertyURLs"
}
-->

# ALAssetPropertyURLs

The key to retrieve a dictionary that maps asset representations UTIs to URLs that uniquely identify the asset.

```
extern NSString * const ALAssetPropertyURLs;
```

## Discussion

The corresponding value is an <doc://com.apple.documentation/documentation/Foundation/NSDictionary> object.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)