FXKeychain icon indicating copy to clipboard operation
FXKeychain copied to clipboard

[DEPRECATED]

Results 17 FXKeychain issues
Sort by recently updated
recently updated
newest added

I suppose that move info.plist out of FXKeychain folder. Because I suffered from that info.plist "no such file", and I checked my project over and over again and my info.plist...

Any thoughts on this? Or can this already be done with FXKeychain and I just don't know it?

There is an issue using shared keychain items only in Yosemite using iOS 8 simulators. It appears that the kSecAttrAccessGroup is now needed in this specific configuration. Keychain calls that...

It would be convenient to be able to do: ``` [keychain reset]; ``` instead of having to manually delete each key for a given keychain service. (This probably wouldn't make...

It would be nice to have a "description" method implemented to list all the keychain entries like in a UICKeyChainStore.

When getting a value from the keychain fails, it would be nice if it was possible to get the last status result. Was it `errSecItemNotFound` or `errSecInteractionNotAllowed`, for instance?

Don't think this is an FXKeyChain issue but for info - updating a key fails with a -25300 error (errSecItemNotFound). Sample code (as per radar which is a cut down...