0

Is it possible to get call log details (Received, Dailed and missed) from NonJailbreakenIPhone? I follow this link http://iosstuff.wordpress.com/2011/08/19/accessing-iphone-call-history/ but i didn't get any thing. If possible please provide some code or steps.

Ramakrishna
  • 68
  • 1
  • 1
  • 9
  • possible duplicate of [How I can access the call log/history of iPhone](http://stackoverflow.com/questions/1817813/how-i-can-access-the-call-log-history-of-iphone) – Cyrille Jul 24 '13 at 10:53
  • @Cyrille I don't think this is a dupe because that question specifically asks for a solution when jailbroken. – jszumski Jul 24 '13 at 13:04

1 Answers1

1

No, this is impossible because of the way apps are sandboxed on iOS. While it might have been possible in previous iOS versions, iOS 5+ have locked down file system access to only within your own app's bundle.

jszumski
  • 7,430
  • 11
  • 40
  • 53