Home:ALL Converter>Store two user defined strings in iOS

Store two user defined strings in iOS

Ask Time:2011-08-18T04:32:16         Author:hogni89

Json Formatter

I am new to iOS programming - I have written an iOS app for a company that uses the app for their workers to log in when they go to work, and to log out when they leave. (They often work on remote places).

All I need now is a way to store two simple strings. 1. String is the user name 2. String is a salted md5 password

Then the user doesn't need to write all the credentials every time he wants to login and out.

What is the simples? SQLite, CoreData, Plst?

Thanks!

Author:hogni89,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/7099096/store-two-user-defined-strings-in-ios
yy