tags:

views:

112

answers:

1

Hey Guys,

What is the best way to save user's login info on the iPhone? Is encrypting and saving in a file a good choice?

Thanks

+6  A: 

You should look into the documentation for the Keychain services. The keychain provides everything you need for storing user's credentials.

Jasarien