Preferred place to store username

Posted by Rudiger on Stack Overflow See other posts from Stack Overflow or by Rudiger
Published on 2010-06-18T00:15:06Z Indexed on 2010/06/18 0:23 UTC
Read the original article Hit count: 526

I am dealing with a single username and password in an App, I'm storing the password in the keychain for security but where best to store the username? In NSUserDefaults, CFPreferences or is there a way to retrieve it out of the keychain along with the password.

Later on there might be two entries in the keychain so I think this might be out of the question. Or does it not matter at all?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about nsuserdefaults