I am trying to use the KeychainWrapper class provided in this Apple sample code: http://developer.apple.com/library/ios/#samplecode/GenericKeychain
My plan is to create username and password for Login screen and also a passcode/pin for Passcode screen in my app. So my question is how to add another passcode into Keychain since I noticed that in GenericKeychain sample there are listed only username and password. In the end, I would like to have a username, password and passcode in Keychain within my app.
Any suggestion appreciated.