Top "Keychain" questions

A keychain is an encrypted container that holds passwords for multiple applications and secure services.

How do I fix "Missing Private Key" for xcode apple provisioning?

On a new mac, I installed xcode and needed to set up provisioning for a hello-world project to deploy to …

xcode code-signing keychain ios-provisioning
How do I use Apple Keychain?

I am using trying to use scifihifi-iphone (from Github) to store and retrieve usernames and passwords. However, when I add …

iphone objective-c security keychain
Xcode won't let to build for Device after denying Codesign to access Keychain

I'm new to iOS development and today I tried to check my app on my iPhone and tried to build …

ios xcode keychain codesign
Store NSDictionary in keychain

It is possible to store a NSDictionary in the iPhone keychain, using KeychainItemWrapper (or without)? If it's not possible, have …

ios objective-c iphone nsdictionary keychain
Why does Xcode auto-install a (duplicate and expired) certificate in the keychain?

Possible Duplicate: xCode 4 -reinstalls keychain certs that I delete The question says it all in a nutshell. When building a …

iphone xcode build certificate keychain
NSUserDefaults or keychain is better to save username and password in iPhone app

In my iphone app there is some confidential data like username, password and some urls to a webservice. Which one …

iphone nsuserdefaults keychain
How to run an iOS app that causes runtime error for frameworks "code signature invalid"

Every time I try to run this application it builds OK and installs, but as soon as it runs, the …

ios swift macos keychain dyld
Get Certificates in Keychain

I've looked over the Security framework documentation but I can't seem to be able to find a way to get …

cocoa security macos keychain appkit
Sharing File Data Between Applications in Swift/iOS

I've been doing research on how to share data between applications securely. I'd like to get some info on the …

swift keychain ios-app-extension uipasteboard data-sharing
iOS SFHFKeychainUtils failing *sometimes* with error -25308 errSecInteractionNotAllowed

I have this code getting back a password from the keychain for a given username NSString: NSError *error = nil; NSString *…

ios keychain sfhfkeychainutils