1

According to documentation, it is. But I've tried the following:

App A stores item in keychain. App B tries to retrieve same item from keychain. Fails.

Without success. Is there any way to do this?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
UnsafePointer
  • 726
  • 6
  • 25

1 Answers1

0

The document you linked to states the following:

The keychain is intended for storing small amounts of sensitive data that are specific to your app. It is not intended as a general-purpose mechanism for encrypting and storing data.

This is unrelated to sandboxing.

dandan78
  • 13,328
  • 13
  • 64
  • 78