How secure are app settings on iPhone?
It seems that each application has access to its own configuration settings, which can be saved after the application exits. I am wondering if it is possible to access the application configuration settings from another application.
Should I save sensitive data such as password to the app config?
Is there a better way?
+1
source to share
2 answers
Buzz Andersen has a code that will correctly receive and set Keychain passwords on both the simulator and the iPhone: SFHFKeychainUtils .
+2
source to share