0

As in sumulator can we get the path of an item stored in Keychain from an iPhone device?

Dee
  • 1,887
  • 19
  • 47
  • Can you elaborate? What is "path of an item stored in Keychain"? AFAIK, on iOS, Keychain items do not have path, they are identified by service/account (and, internally, by application's BundleID). – Andrey Aug 22 '14 at 07:43
  • Same as in this link: http://stackoverflow.com/questions/1636506/how-to-see-the-keychain-for-iphone-simulator .. Can we get the path of the keychains from iPhone – Dee Aug 22 '14 at 08:49
  • 1
    On iOS, Keychain file is a SQLite3 database stored at `/var/Keychains/Keychain-2.db`. Be advised though that this file is not accessible to normal apps due to sandboxing. – Andrey Aug 22 '14 at 08:54

0 Answers0