How do I share a NSHTTPCookieStorage across multiple iOS apps? I want MYAPP A and MYAPP B to use the same cookies, so I can switch between them easily.
I found the following method in NSHTTPCookieStorage.h
but did not see it mentioned in the documentation.
+ (NSHTTPCookieStorage *)sharedCookieStorageForGroupContainerIdentifier:(NSString *)identifier NS_AVAILABLE(10_11, 9_0);