Hi guys
I try to store parameters in iphone application
for example I want to store username and password after login.
And next time when I re-open iphone application, I can re-get that username and password to login automatically.
Thank you!
Hi guys
I try to store parameters in iphone application
for example I want to store username and password after login.
And next time when I re-open iphone application, I can re-get that username and password to login automatically.
Thank you!
For security related information you really should use the keychain.
SQLLite is a good way of storing APP. data. Here is a good beginner tutorial: