How to access Safari history from iPhone App using Private Frameworks

旧时模样 提交于 2019-12-06 16:34:02
mahboudz

You can't access the Safari History. Apps are sandboxed.

If this is for an in-house app, then you might be able to jailbreak the phones and figure out a way around the sandboxing.

Update:

see this SO link: how-to-access-iphone-safari-history-in-an-app

We can find the history.plist in /var/mobile/Media/Safari/ and this we can read in jailbreaken iPhone.

Ballu

I think you need a good web developer who will create the web page in such a way so that you can communicate with javascript and get the message you want to get. And for dumping the framework I think you should get with uikit+ webkit framework.

I hacked my framework by using this link - http://aralbalkan.com/2106 I hope this will help to you .

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!