1

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)?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Tom G
  • 133
  • 10

1 Answers1

2

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

Wain
  • 118,658
  • 15
  • 128
  • 151