store parameters in iPhone -


I try to store parameters in the iphone application

For example, after logging in I want to store username and password.

And the next time I open the iPhone app again, I can recover that user name and password automatically to login.

Thank you!

SQLLite APP is a good way to store information. Here's a good start tutorial:


Comments