Is there a best practice way to store username and password on the iPhone? I am looking for something that is obviously secure but will also keep the info between app updates.
|
4
|
|
|
|
|
|
Use the Apple Keychain.
For more information see his blog |
||||
|
|
|
The keychain is what you are looking for. |
||||||
|
|
|
Use the Keychain, here is some code to make it very easy. Works on the device and simulator. |
||
|
|
|
|
See the Generic Keychain example source. That's the way to go IMHO |
||
|
|
