Enable Cookies in UIWebView

前端 未结 2 355
轮回少年
轮回少年 2021-01-02 22:21

How can I enable cookies in my iPhone Application that uses a UIWebView Window, so that my login system will work?

2条回答
  •  情话喂你
    2021-01-02 22:23

    If the site you are logging into is an ASP.NET site, the problem may be due to the UIWebView sending an unrecognized User Agent. See Change User Agent in UIWebView (iPhone SDK)

提交回复
热议问题