sharedHTTPCookieStorage
The app group identifier. アプリグループ識別子。
Availability 有効性
Technology
+ (NSHTTPCookieStorage
*)sharedCookieStorageForGroupContainerIdentifier:(NSString
*)identifier;
identifier
The app group identifier. アプリグループ識別子。
By default, apps and associated app extensions will have different data containers. As a result, the value of the NSHTTPCookie
class’s shared
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.
初期状態では、アプリおよび関連アプリ拡張は、異なるデータコンテナを持つでしょう。結果として、NSHTTPCookie
クラスの持つshared
プロパティの値は、アプリおよびそれの拡張によって呼び出される場合に異なる永続クッキー貯蔵を参照するでしょう。あなたはこのメソッドを使うことで、同じアプリグループにアクセスを持つ全てのアプリおよび拡張に利用可能な永続クッキー貯蔵を作成できます。
Subsequent calls to the this method with the same identifier will return the same storage instance. 同じ識別子での以降のこのメソッドに対する呼び出しは、同じストレージインスタンスを返すでしょう。
sharedHTTPCookieStorage