Is it correct to say that property list files (.plist) only handle NSString, NSNumber, NSDate and NSData (allowing to store any other type which conforms to NSCoder) + NSArray / NSDictionary of those types?
Is it correct to say that property list files (.plist) only handle NSString ,
Share
Yep, that is pretty much the exact definition of a property list. Wikipedia has a little table that explains how each class will be stored in the resulting XML file: