Trying to understand, how is working sharedCookieStorageForGroupContainerIdentifier on iOS. According to Apple docs: "You can use this method to create a persistent cookie storage available to all apps and extensions with access to the same app group."
Question is - where exactly such cookie store is located, what path it is?
Do I understand correctly, that path could be found using [NSFileManager containerURLForSecurityApplicationGroupIdentifier:] method?
Question is - where exactly such cookie store is located, what path it is?
Do I understand correctly, that path could be found using [NSFileManager containerURLForSecurityApplicationGroupIdentifier:] method?