Instance Property
インスタンスプロパティ
appStoreReceiptURL
The file URL for the bundle’s App Store receipt.
バンドルの持つApp Storeレシートに対するファイルURL。
Declaration
宣言
@property (nullable, readonly, copy) NSURL
*appStoreReceiptURL ;
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にあるかどうかについて保証しません — レシートがあるとしたら、それはその場所だというだけです。
Note
注意
The general best practice of weak linking using the respondsToSelector:
method cannot be used here. Prior to iOS 7, the method was implemented as private API, but that implementation called the doesNotRecognizeSelector:
method.
一般的に最良の慣行であるrespondsToSelector:
メソッドを使う弱いリンクは、ここで使うことはできません。iOS 7より前は、このメソッドはプライベートAPIとして実装されました、しかしその実装はdoesNotRecognizeSelector:
メソッドを呼び出しました。
See Also
参照
Getting the Standard Bundle Directories
標準バンドルディレクトリを取得する
resourceURL
The file URL of the bundle’s subdirectory containing resource files.
リソースファイルを含んでいる、バンドルの持つ下位ディレクトリのファイルURL。
executableURL
The file URL of the receiver's executable file.
レシーバの持つ実行ファイルのファイルURL。
privateFrameworksURL
The file URL of the bundle’s subdirectory containing private frameworks.
プライベートフレームワークを含んでいる、バンドルの持つ下位ディレクトリのファイルURL。
sharedFrameworksURL
The file URL of the receiver's subdirectory containing shared frameworks.
共有フレームワークを含んでいる、レシーバの持つ下位ディレクトリのファイルURL。
builtInPlugInsURL
The file URL of the receiver's subdirectory containing plug-ins.
プラグインを含んでいる、レシーバの持つ下位ディレクトリのファイルURL。
- URLForAuxiliaryExecutable:
Returns the file URL of the executable with the specified name in the receiver’s bundle.
レシーバの持つバンドルの中の、指定された名前を持つ実行可能ファイルのファイルURLを返します。
sharedSupportURL
The file URL of the bundle’s subdirectory containing shared support files.
共有サポートファイルを含んでいる、バンドルの持つ下位ディレクトリのファイルURL。
resourcePath
The full pathname of the bundle’s subdirectory containing resources.
リソースを含んでいる、バンドルの持つ下位ディレクトリの完全パス名。
executablePath
The full pathname of the receiver's executable file.
レシーバの持つ実行ファイルの完全パス名。
privateFrameworksPath
The full pathname of the bundle’s subdirectory containing private frameworks.
プライベートフレームワークを含んでいる、バンドルの持つ下位ディレクトリの完全パス名。
sharedFrameworksPath
The full pathname of the bundle’s subdirectory containing shared frameworks.
共有フレームワークを含んでいる、バンドルの持つ下位ディレクトリの完全パス名。
builtInPlugInsPath
The full pathname of the receiver's subdirectory containing plug-ins.
このレシーバの、プラグインを含んでいる下位ディレクトリの完全パス名。
- pathForAuxiliaryExecutable:
Returns the full pathname of the executable with the specified name in the receiver’s bundle.
レシーバの持つバンドルの中の、指定された名前を持つ実行可能ファイルの完全パス名を返します。
sharedSupportPath
The full pathname of the bundle’s subdirectory containing shared support files.
共有サポートファイルを含んでいる、バンドルの持つ下位ディレクトリのファイルURL。