At first of all i want to say that i am newer as an iPhone application developer.So please help me. Now, My problem is, I want to make a text file in my iPhone app.If I explain it then I will say that...
When user will login in my app then he/she will give username and password, Now i want to store these data in the text file and text file will store in the documentsDirectory, when this user again lunch the application then automatically he will able to excess the app without any authentication checking if he/she does not logout from the application first time.
1) 1st person --> login [username & password] --> store username and pass into text file because new user --> enjoy application -->logout.
2) 2nd person --> login [username & password] --> store in text file into text file because new user --> enjoy application --> did not logout.
3) 2nd person again ---> will not give username and password directly he/she have to use the application -->logout.
4) 1st person now ---> login [username & password] and check by saved reading text file ---> enjoy application --> logout.
5) 2nd person now ---> login [username & password] and check by saved reading text file ---> enjoy application --> logout.
Now, my question is how can i do this full process.Can i do this using NSUserDefaults standardUserDefualts or i need to make a text file for storing username & password??