how to store nsdictionary inside keychainwrapper
问题 I am using apple provided keychainwrapper sample code to store NSDictionary data which i get in my application authorization. I am receiving errSecParam (-50) as error code from SecItemAdd API. Below is the code for keychainwrapper.m #import "KeychainItemWrapper.h" #import "SynthesizeSingleton.h" #import <Security/Security.h> @interface KeychainItemWrapper (PrivateMethods) /* The decision behind the following two methods (secItemFormatToDictionary and dictionaryToSecItemFormat) was to