---
title: "contentURL(forProductID:)"
framework: storekit
role: symbol
role_heading: Type Method
path: "storekit/skdownload/contenturl(forproductid:)"
---

# contentURL(forProductID:)

Returns the local location for the previously downloaded flie.

## Declaration

```swift
class func contentURL(forProductID productID: String) -> URL?
```

## Parameters

- `productID`: The product identifier.

## Mentioned in

Unlocking purchased content

## Return Value

Return Value The local location for the previously downloaded flie.

## Discussion

Discussion Use this method to locate the content on subsequent launches of your app.

## See Also

### Managing Downloaded Content

- [deleteContent(forProductID:)](storekit/skdownload/deletecontent(forproductid:).md)
