Using HTML from bundle to save cookies in UIWebView?
Posted
by tmoc
on Stack Overflow
See other posts from Stack Overflow
or by tmoc
Published on 2010-03-01T04:06:48Z
Indexed on
2010/04/30
14:57 UTC
Read the original article
Hit count: 233
So I have a web page inside my bundle, which I load in a UIWebView. However, the page doesn't seem to be able to store any cookies, even though other (online) websites can. How do I get it to store my cookies?
© Stack Overflow or respective owner