I want to give this functionality to my application. When users entered login information (username and password) one time, I want to save this information and when they close the application from multitask bar ,they should be login automatically…How can i manage this?
Can you help me?
Thanks in advance…
doing this in a secure fashion will require use of the Keystore. Review the Keychain Services Programming Guide you’ll find on the Apple Developer site for details on how to do so.
http://developer.apple.com/library/ios/#documentation/Security/Conceptual/keychainServConcepts/iPhoneTasks/iPhoneTasks.html