Can I access the keychain on the iPhone?

后端 未结 7 1882
抹茶落季
抹茶落季 2020-11-28 21:55

This question discusses encrypting data on the iPhone using the crypt() function. As an alternative, is there a keychain on the iPhone and if so, what code would I use to ac

7条回答
  •  清酒与你
    2020-11-28 22:09

    There is a keychain you can use - for code, the best bet is to check out the GenericKeychain sample application from Apple:

    GenericKeychain sample

提交回复
热议问题