AXEasyKeychain 0.1.1

AXEasyKeychain 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Alex Mertvetsov.



  • By
  • Alexander Mertvetsov

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Creates or updates new item with the provided value and ID:

    [AXEasyKeychainWrapper updateValue:@"value" withId:@"KeychainId"];

Returns value for provided ID:

    NSString *value = [AXEasyKeychainWrapper valueById:@"KeychainId"];

Remove all items:

    [AXEasyKeychainWrapper clearKeychain];

Requirements

Installation

Author

Alexander Mertvetsov, [email protected]

License

AXEasyKeychain is available under the MIT license. See the LICENSE file for more info.