Contents

contentURL(forProductID:)

Returns the local location for the previously downloaded flie.

Declaration

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

Parameters

  • productID:

    The product identifier.

Mentioned in

Return Value

The local location for the previously downloaded flie.

Discussion

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

See Also

Managing Downloaded Content