SwiftKeychainWrapper icon indicating copy to clipboard operation
SwiftKeychainWrapper copied to clipboard

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.

Results 43 SwiftKeychainWrapper issues
Sort by recently updated
recently updated
newest added

I had saved apple identifier and its hidden email in Keychain using other utility. Now while trying to fetch using this library, I am able to get apple identifier, but...

I am testing my app on my phone via Xcode 13.3.1. I `removeAllKeys` upon launch, then set a new integer value for a consumable product. `KeychainWrapper.standard.integer(forKey: productIdentifier) ?? 0` 1....

Thanks for the code, it works well. But the docs aren't clear around access groups for a custom keychain wrapper instance. One might assume (I did) that the access group...

Unable to install pods for macOS, tvOS target. For tvOS12 getting deprecated warnings.

just adding a line of code in my project it start crashing at SecItemCopyMatching line written in function data(for key) Having this line in console after crash note: This error...

Hi, I try save string data on keychain, however, the function **set** return False. Any idea ? I post the code: ``` public static var tokenSession: String { set {...

Hello, Thank you so much for such a wonderful wrapper. It was really easy to implement. Issue : I am storing a token in the keychain on Login. Post login,...

I've noticed, that if i store something and immediately retrieve from other function, it not manage to return appropriate value. _Originally posted by @NikKovIos in https://github.com/jrendel/SwiftKeychainWrapper/issues/112#issuecomment-421295143_

Hi! Thanks a lot for such a great library! I would like to see if there could be an integration with Swift Combine which would allow getting updates to the...