My application needs to be able to read cookies stored by a page loaded in the UIWebView. I need to be able to read the cookies using xcode so that I can store some values in application settings. Does anyone know if its possible to read cookies using xcode? Your help is much appreciated. Stuck on this for ages. Tony
Share
You can use NSHTTPCookieStorage to read/modify cookies.
UIWebViewis using this storage.