Instance Property インスタンスプロパティ

appStoreReceiptURL

The file URL for the bundle’s App Store receipt. バンドルの持つApp Storeレシートに対するファイルURL。

Declaration 宣言

var appStoreReceiptURL: URL? { get }

Discussion 議論

For an application purchased from the App Store, use this application bundle property to locate the receipt. This property makes no guarantee about whether there is a file at the URL—only that if a receipt is present, that is its location. App Storeから購入されるアプリケーションに対して、このアプリケーションバンドルプロパティを使ってレシートを捜し出してください。このプロパティは、ファイルがそのURLにあるかどうかについて保証しません — レシートがあるとしたら、それはその場所だというだけです。

See Also 参照

Getting the Standard Bundle Directories 標準バンドルディレクトリを取得する