Type Method 型メソッド

sharedCookieStorageForGroupContainerIdentifier:

Returns the cookie storage instance for the container associated with the specified app group identifier. 指定されたアプリグループ識別子と結び付けられるコンテナに対するクッキーストレージインスタンスを返します。

Declaration 宣言

+ (NSHTTPCookieStorage *)sharedCookieStorageForGroupContainerIdentifier:(NSString *)identifier;

Parameters パラメータ

identifier

The app group identifier. アプリグループ識別子。

Discussion 議論

By default, apps and associated app extensions will have different data containers. As a result, the value of the NSHTTPCookieStorage class’s sharedHTTPCookieStorage property will refer to different persistent cookie stores when called by the app and by its extensions.You can use this method to create a persistent cookie storage available to all apps and extensions with access to the same app group. 初期状態では、アプリおよび関連アプリ拡張は、異なるデータコンテナを持つでしょう。結果として、NSHTTPCookieStorageクラスの持つsharedHTTPCookieStorageプロパティの値は、アプリおよびそれの拡張によって呼び出される場合に異なる永続クッキー貯蔵を参照するでしょう。あなたはこのメソッドを使うことで、同じアプリグループにアクセスを持つ全てのアプリおよび拡張に利用可能な永続クッキー貯蔵を作成できます。

Subsequent calls to the this method with the same identifier will return the same storage instance. 同じ識別子での以降のこのメソッドに対する呼び出しは、同じストレージインスタンスを返すでしょう。

See Also 参照

Getting the Shared Cookie Storage Object 共有クッキーストレージオブジェクトを取得する