manuelBetancurt
manuelBetancurt

Reputation: 16128

iphone settings password

I have to secure some settings in my app, how can I make the access to the settings password protected?

thanks a lot!

Upvotes: 0

Views: 1913

Answers (2)

bobbypage
bobbypage

Reputation: 2169

MaKo,

If I understand correctly you want to save a password securely. To save the password securely, you should save it to the keychain, using the Security.framework

Fortunately, there is a great wrapper for the iPhone Keychain. It's called SFHFKeychainUtils.

You can get it here.

You can find some more info here too.

-David

Upvotes: 1

user94896
user94896

Reputation:

If you're using a settings bundle to integrate with the Settings application, this is not supported functionality (see Implementing Application Preferences in Apple's iOS Application Programming Guide).

Upvotes: 0

Related Questions