Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在构建一个允许用户同时登录多个帐户的 iOS 应用程序。我想使用钥匙串来保存用户帐户凭据,如果您正在处理一个帐户,这很容易。
我似乎找不到在钥匙串中处理多个帐户的好例子。是否只是每次添加新帐户时都使用不同的标识符创建 KeychainItemWrapper 的新实例?
提前致谢
我认为你是对的,它需要一个新的 KeychainItemWrapper。我有一个类似的案例,但决定使用SSKeychain并添加另一个帐户。