I am making app about google documents. but I don’t know How to save Login Information
Document Folder ? Cache Folder ? Where save Login Information ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best option is to use the keychain.
There’s example code at the Apple site or Buzz Anderson has some great code at his site
Alternatively you could use NSUserDefaults but that’s less secure. The keychain is encrypted, user defaults are not (unless you encrypt before insertion but that’s extra work)