Hello!
I'm kind of stuck on this one.. I have multiple property lists and have plans to generate many more. Would like to store them in the database (sqlite) iPhone..
And when the time comes retrieve them..
I was thinking in using NSData and storing blobs, but I don't have a clue how to do this, how to retrieve them? how to convert property lits to NSData for storage in the database?
Please any advice would be so much appreciated