I'm programing an app which requires user registration and after registration finished server send token as an authentication key.
I want to get UIWebView
cookies and save it as file so I could reuse it later. How would I do that?
I'm using Xcode latest and coding in Swift.