When using NSCoder and NSKeyedArchiver, I understand the data is stored in binary format. Therefore, what is the most appropriate file extension for a storage file? Many tutorials use .plist, but I believe this should be text property lists ~ key / value pairs.
When using NSCoder and NSKeyedArchiver , I understand the data is stored in binary
Share
You would typically use a custom extension.