Storing and managing Messages in ios

69 Views Asked by At

this question might be a tad unspecific, But im building my own IM app for ios, and i was wondering what mechanisms are generally used to store and manage messages. ie the database or files management systems Eg like in whatapp.

Just the names would be enough i'll do the following research.

Thankyou.

1

There are 1 best solutions below

2
On

A messaging app would generally require the data to be relational so here's a couple of names for you to research:

  • SQLite
  • Core Data