Reputation: 928
I want to save an array/object into keychain but it looks like keychain only support NSString. Anyone has tried to do this before? Thanks!
NSString
Upvotes: 2
Views: 3682
Reputation: 12890
The keychain can save anything that obeys NSCoding
See this blog for a class which you can use as a starting point.
Upvotes: 3