Whats the recommended way for storing authentication information in iOS that could be easily fetched from anywhere in the application, is it the Core Data framework or plist or anything else?
Whats the recommended way for storing authentication information in iOS that could be easily
Share
Plist data can be easily accessed.
Safer way is to store the data in NSUserDefaults.