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

sharedContainerIdentifier

The identifier for the shared container into which files in background URL sessions should be downloaded. それへとバックグラウンドURLセッションにおけるファイルがダウンロードされるべき、共有コンテナに対する識別子。

Declaration 宣言

@property(copy) NSString *sharedContainerIdentifier;

Discussion 議論

To create a URL session for use by an app extension, set this property to a valid identifier for a container shared between the app extension and its containing app. URLセッションをアプリ拡張によって使うために作成するには、このプロパティを、アプリ拡張とそれを含んでいるアプリの間で共有されるコンテナに対する有効な識別子に設定してください。

For information about app extensions, see App Extension Programming Guide. アプリ拡張についての情報として、App Extension Programming Guideを見てください。

See Also 参照

Setting General Properties 一般プロパティを設定する

Related Documentation 関連文書