How can I access browser history in my iOS project

2019-07-22 13:39发布

问题:

I'm trying to build a cleaning app that among other things delete your browser history.

How can I access the history in Chrome and Safari (Xcode7,Swift2)?

回答1:

You can't. The app is sandboxed and doesn't have access to those details.



标签: ios swift safari