I was looking at using NSURLCredential and had a rather obvious question. http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/URLLoadingSystem/Concepts/URLOverview.html#//apple_ref/doc/uid/20001834-155630
Is there a way to restrict access to who is able to write this credential to the shared storage? A malicious app can easily write something in this space that does not reflect the actual credentials of the user.
Thanks, N.