简体   繁体   中英

How can we store history for image or content files in chat room in quickblox iOS SDK?

I am new to iOS and developing a chat application.I was able to integrated the quickblox in iOS,But i am facing an issue i am unable to store the history for files,content in the chat room.Is there possible to see the history of the files like chat messages?

If anyone have idea.Please reply.Thanks in advance!

There are three ways to persist data in iOS:

  1. NSUserDefaults
  2. plist
  3. CoreData

Option 3 is most likely the one you are looking for. This is a great tutorial to get you started.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM