FXKeychain icon indicating copy to clipboard operation
FXKeychain copied to clipboard

[DEPRECATED]

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

@nicklockwood great library! For those of us building cross-platform frameworks it would be great to have tvOS and watchOS support in the podspec file.

Since #38 only returns parser errors, this is an expansion that returns errors when keychain operations fail. I implemented this because I have edge cases where reading from keychain fails...

This flag just makes it possible to embed FXKeychain inside of app extensions.

Any saving within your basic "FXKeychainExample" app results in "FXKeychain failed to store data for key 'password', error: -34018" - Works just fine in XCode 5/iOS 7.0/7.1 This error occurs...

This error comes sometimes while reading data from shared keychain by multiple apps. Can somebody explain what's causing this?

This PR modifies the Podspec file to add watchOS and tvOS support to FXKeychain, and adds watchOS and tvOS framework targets to the main Xcode project. Everything still builds successfully...

enumerate keychain pulling all key names

I see that [Valet](https://github.com/square/Valet) differentiates between `Sharing Secrets Among Multiple Applications` and `Sharing Secrets Across Devices with iCloud`. Can we have an option that prevents items from being synced to...