I’m constructing an internal instance messager app which is very similar to whatapps. Can someone give me suggestions of how to save the conversation in the local device. Is it ok to archiver the whole UIViewController to save all the messages?
Thanks so much.
You have a number of choice , like you could store in sqllite database , As object using NSUserDefaults and as file in your application sandbox.
And file could be either
xmlor simpletxtformat.Updated:
How to store custom objects in NSUserDefaults