在 iPhone 上显示 Safari cookie 的应用程序
我想在 iphone 中制作一个应用程序,以便它显示 iphone 中 safari 浏览器的历史记录。意味着我想通过其他应用程序访问 Safari cookie。这是我第一次对溢出进行查询......任何人都可以让我知道这一点......请回复
I want to make an app in iphone such that it displays the history of safari browser in iphone. Means I want to access safari cookies through other app. This is the first time m placing a query on overflow...... can anybody please let me know about this... please do reply
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道它是否有效,但您可以使用 NSHTTPCookie 和 NSHTTPCookieStorage 类尝试此操作...
代码与此类似
i don't know whether it will work or not but you can try this using NSHTTPCookie and NSHTTPCookieStorage classes...
code would be similar this