文件名称:ACSimpleKeychain:适用于 iOS 的死简单钥匙串包装器
文件大小:21KB
文件格式:ZIP
更新时间:2024-07-31 04:42:31
Objective-C
适用于 iOS 的死简单钥匙串包装器。 初始化:ACSimpleKeychain *keychain = [ACSimpleKeychain defaultKeychain]; 存储凭据: // 为 user1 保存凭据 if ([keychain storeUsername:@"user1" password:nil identifier:@"account1" forService:@"twitter"]) { NSLog(@"SAVED credentials for username 'user1'凭据标识符'帐户1'"); } // Save credentials for user2 if ([keychain storeUsername:@"user2" password:@"password" identifier:@"account2" forService:@"
【文件预览】:
ACSimpleKeychain-master
----.gitignore(136B)
----README.mdown(3KB)
----KeychainExample.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(20KB)
--------xcuserdata()
----LICENSE(1KB)
----ACSimpleKeychain()
--------ACSimpleKeychain.m(10KB)
--------ACSimpleKeychain.h(2KB)
----KeychainExampleTests()
--------KeychainExampleTests.m(482B)
--------KeychainExampleTests.h(237B)
--------KeychainExampleTests-Info.plist(686B)
--------en.lproj()
----KeychainExample()
--------main.m(349B)
--------ACAppDelegate.m(6KB)
--------KeychainExample-Prefix.pch(333B)
--------ACAppDelegate.h(290B)
--------en.lproj()
--------KeychainExample-Info.plist(1KB)
----ACSimpleKeychain.podspec(480B)